TreePathUtilsExistsLinkedPageInSubTree Method |
Return true if the specified subtree contains any linked page.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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:
BooleanSee Also