Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryInit Method
Initializes the provider with the given type info and hashtable settings

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected void Init(
	ObjectTypeInfo typeInfo = null,
	HashtableSettings settings = null
)

Parameters

typeInfo (Optional)
Type: CMS.DataEngineObjectTypeInfo
Type info of the objects which the provider manages
settings (Optional)
Type: CMS.DataEngineHashtableSettings
Hashtable settings for internal provider cache
See Also