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: 8.2.23
Syntax
C#
public delegate bool LoadGenerationEventHandler(
	int generation
)

Parameters

generation
Type: SystemInt32
Generation to load

Return Value

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