Click or drag to resize
DocumentFieldsInfoProvider Constructor (String)

Note: This API is now obsolete.

Creates an instance of DocumentFieldsInfoProvider based on given class name.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("This constructor is meant for system purposes, it shouldn't be used directly.")]
public DocumentFieldsInfoProvider(
	string className
)

Parameters

className
Type: SystemString
Class name of the document type.
See Also