Click or drag to resize
ApplicationUrlHelperGetPageEditLink Method
Get the direct link for page identified by given node ID.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
Syntax
C#
public static string GetPageEditLink(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
Node ID.

Return Value

Type: String
See Also