ProviderDictionaryCollection Constructor |
Constructor.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public ProviderDictionaryCollection(
string objectType,
LoadHashtableEnum loadingType,
Action<ProviderDictionaryCollection, Object> loadCallback,
Object parameter = null
)
Parameters
- objectType
- Type: SystemString
Object type - loadingType
- Type: CMS.DataEngineLoadHashtableEnum
Loading type - loadCallback
- Type: SystemActionProviderDictionaryCollection, Object
Callback function with parameter to load the objects - parameter (Optional)
- Type: SystemObject
Additional parameter passed to the loadCallback
Exceptions Exception | Condition |
---|
ArgumentNullException | objectType |
ArgumentNullException | loadCallback |
See Also