Click or drag to resize
CMSAbstractDataPropertiesGetDocument Method
Returns document of specified path. It optionally uses cache.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public TreeNode GetDocument(
	string aliasPath
)

Parameters

aliasPath
Type: SystemString
Alias path

Return Value

Type: TreeNode
See Also