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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public ProviderDictionaryCollection(
	string objectType,
	LoadHashtableEnum loadingType,
	ProviderDictionaryCollection. LoadGenerationEventHandler loadCallback
)

Parameters

objectType
Type: System.String
Object type
loadingType
Type: CMS.DataEngine.LoadHashtableEnum
Loading type
loadCallback
Type: CMS.DataEngine.ProviderDictionaryCollection.LoadGenerationEventHandler
Callback function to load the objects
See Also