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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
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: Boolean
Returns true if the generation was not empty
See Also