Click or drag to resize
DocumentTypeAttribute Constructor
Constructor

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

Parameters

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