ContentMediaViewGetContentItemUrl Method |
Creates URL for node.
If node belongs to current site, a relative URL is returned. Otherwise, an absolute URL returned.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public string GetContentItemUrl(
TreeNode node
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Tree node to to find URL for.
Return Value
Type:
StringSee Also