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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected int GetContentNodeId(
	string siteName,
	string aliasPath
)

Parameters

siteName
Type: SystemString
Site name
aliasPath
Type: SystemString
Alias path of the node

Return Value

Type: Int32
See Also