DocumentGeneratorNewInstanceNodeType Method |
Creates new instance of the given type
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public static NodeType NewInstance<NodeType>(
string className
)
where NodeType : new(), TreeNode
Parameters
- className
- Type: SystemString
Type Parameters
- NodeType
- Node type
Return Value
Type:
NodeTypeSee Also