Click or drag to resize
CMSAbstractTransformationGetDocumentUrl Method (Object, Object)

Note: This API is now obsolete.

Returns URL of the given document (for use with document selector).

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use GetDocumentUrlByGUID method instead where you need to provide value of the node GUID, not the column name containing the node GUID.")]
public string GetDocumentUrl(
	Object nodeGuidColumn,
	Object nodeAlias
)

Parameters

nodeGuidColumn
Type: SystemObject
Node GUID column name
nodeAlias
Type: SystemObject
Node alias

Return Value

Type: String
See Also