Click or drag to resize
ProviderDictionaryCollection Constructor
Constructor.

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

Parameters

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