Default value is not assigned in plug-in

Hi and developing a plug-in , I am devalring the default varibale by code

[Documentation(Name = "pagesize", Type = typeof(int), Description = "page size", Default = 10)]  IDictionary ioptions)

plugin is working fine if i am not passing the variable pagesize from Telligent velocity,problem is that default vale 10 is is not assigned in variable if a=i am not passing the valiable value,

NOTE: i am getting the value by code problem is that ioptions["pagesize"] but ioptions is blank

Parents Reply Children
No Data