| DocumentGeneratorNewInstanceNodeType Method  | 
            Creates new instance of the given type
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxpublic 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