TransformationHelperGetDocumentUrl Method (Object, Object) |
Returns URL of the given document (for use with document selector).
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax public string GetDocumentUrl(
Object nodeGuid,
Object nodeAlias
)
Parameters
- nodeGuid
- Type: SystemObject
Node GUID - nodeAlias
- Type: SystemObject
Node alias
Return Value
Type:
StringSee Also