Click or drag to resize
ContentLinkMediaSelectorGetContentPath Method
Returns path of the node specified by its ID.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected static string GetContentPath(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
ID of the node

Return Value

Type: String
See Also