Click or drag to resize
TreePathUtilsExistsLinkedPageInSubTree Method
Return true if the specified subtree contains any linked page.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static bool ExistsLinkedPageInSubTree(
	string parentAliasPath,
	int siteId
)

Parameters

parentAliasPath
Type: SystemString
Alias path of the subtree root.
siteId
Type: SystemInt32
Site ID.

Return Value

Type: Boolean
See Also