ProviderDictionaryCollectionLoadGenerationParamsEventHandler Delegate |
Returns the list of objects of the given generation.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax public delegate bool LoadGenerationParamsEventHandler(
int generation,
Object parameter
)
Parameters
- generation
- Type: SystemInt32
Generation to load - parameter
- Type: SystemObject
Additional parameter passed to a load generation method
Return Value
Type:
BooleanReturns true if the generation was not empty
See Also