Version

OptimizeCollectionsState Property (RunBot)

The collections client state will be stored in the view state and the client collections will not be sent from the client on postback. This is possible because client collections contain static data that does not change on the client. This data is used by the client API and when something is updated it is stored in the transactions list. If false the collections from the client side will be uploaded as before. Setting this to true, will increase page size in terms of view state, but will decrease the postback time numerously, because the collections state will not be uploaded from the client.
Syntax
'Declaration
 
Protected Property OptimizeCollectionsState As Boolean
protected bool OptimizeCollectionsState {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also