Click or drag to resize
CMSAbstractTransformationGetDocumentUrlByGUID Method
Returns URL of the given document.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string GetDocumentUrlByGUID(
	Object nodeGuid,
	Object nodeAlias
)

Parameters

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

Return Value

Type: String
See Also