Click or drag to resize
ProviderDictionaryCollectionLoadGenerationEventHandler Delegate
Returns the list of objects of the given generation.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public delegate bool LoadGenerationEventHandler(
	ProviderDictionaryCollection sender,
	int generation,
	Object parameter = null
)

Parameters

sender
Type: CMS.DataEngineProviderDictionaryCollection
Instance of ProviderDictionaryCollection.
generation
Type: SystemInt32
Generation to load
parameter (Optional)
Type: SystemObject
Additional parameter passed to a load generation method

Return Value

Type: Boolean
Returns true if the generation was not empty
See Also