Version

HasOtherCollectionData Method

Some runbots save their client objects, which are really collections in a member other than CollectionData, so they may want to load that in LoadClientCollections.
Syntax
'Declaration
 
Protected Overridable Function HasOtherCollectionData() As Boolean
protected virtual bool HasOtherCollectionData()

Return Value

Default is to return false. If your RunBot saves collections data in anything other then this.CollectionData then check that variable and return true if you want LoadClientCollectiosn to be called.
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