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

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

Parameters

nodeId
Type: SystemInt32
Node ID.

Return Value

Type: String
See Also