Click or drag to resize
AbstractInfoProvider<TInfo, TProvider> Constructor (Boolean)
Default constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected AbstractInfoProvider(
	bool initialize
)

Parameters

initialize
Type: System.Boolean
Indicates if provider together with hash tables should be initialized
See Also