Click or drag to resize
TransformationHelperGetDocumentUrl Method (Object, Object)
Returns URL of the given document (for use with document selector).

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string GetDocumentUrl(
	Object nodeGuid,
	Object nodeAlias
)

Parameters

nodeGuid
Type: SystemObject
Node GUID
nodeAlias
Type: SystemObject
Node alias

Return Value

Type: String
See Also