Click or drag to resize
TreeProviderGetDocumentNodeType Method (IDataContainer, TreeProvider)
Creates document from given data.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static NodeType GetDocument<NodeType>(
	IDataContainer data,
	TreeProvider tree
)
where NodeType : new(), TreeNode

Parameters

data
Type: CMS.BaseIDataContainer
Node data
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider for the new document

Type Parameters

NodeType

Return Value

Type: NodeType
See Also