ProviderDictionaryCollectionLoadGenerationEventHandler Delegate |
Returns the list of objects of the given generation.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public delegate bool LoadGenerationEventHandler(
int generation
)
Parameters
- generation
- Type: SystemInt32
Generation to load
Return Value
Type:
BooleanReturns true if the generation was not empty
See Also