Click or drag to resize
ProviderDictionaryCollection Constructor (String, LoadHashtableEnum, ProviderDictionaryCollectionLoadGenerationParamsEventHandler, Object)
Constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public ProviderDictionaryCollection(
	string objectType,
	LoadHashtableEnum loadingType,
	ProviderDictionaryCollectionLoadGenerationParamsEventHandler loadCallback,
	Object parameter
)

Parameters

objectType
Type: SystemString
Object type
loadingType
Type: CMS.DataEngineLoadHashtableEnum
Loading type
loadCallback
Type: CMS.DataEngineProviderDictionaryCollectionLoadGenerationParamsEventHandler
Callback function with parameter to load the objects
parameter
Type: SystemObject
Additional parameter passed to a load generation method
See Also