ApplicationUrlHelperGetPageEditLink Method (Int32, String) |
Get the direct link for page identified by given node ID.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax public static string GetPageEditLink(
int nodeId,
string culture
)
Parameters
- nodeId
- Type: SystemInt32
Node ID. - culture
- Type: SystemString
Culture name.
Return Value
Type:
StringSee Also