Click or drag to resize
DocumentGeneratorNewInstanceNodeType Method
Creates new instance of the given type

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static NodeType NewInstance<NodeType>(
	string className
)
where NodeType : new(), TreeNode

Parameters

className
Type: SystemString

Type Parameters

NodeType
Node type

Return Value

Type: NodeType
See Also