Click or drag to resize
RegisterDocumentTypeAttribute Constructor
Constructor

Namespace: CMS
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public RegisterDocumentTypeAttribute(
	string className,
	Type type
)

Parameters

className
Type: SystemString
Class name
type
Type: SystemType
Object type
See Also