ContentLinkMediaSelectorGetContentNodeId Method |
Returns ID of the content node specified by its alias path.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected int GetContentNodeId(
string siteName,
string aliasPath
)
Parameters
- siteName
- Type: SystemString
Site name - aliasPath
- Type: SystemString
Alias path of the node
Return Value
Type:
Int32See Also