Click or drag to resize
DocumentUIHelperGetDocumentEditUrl Method
Gets link to edit document in Administration.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static string GetDocumentEditUrl(
	int nodeId,
	string cultureCode
)

Parameters

nodeId
Type: SystemInt32
NodeID
cultureCode
Type: SystemString
Culture code

Return Value

Type: String
See Also