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

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public TreeNode GetDocument(
	string aliasPath
)

Parameters

aliasPath
Type: SystemString
Alias path

Return Value

Type: TreeNode
See Also