| CMSAbstractTransformationGetDocumentUrl 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: 10.0.0
 Syntax
Syntaxpublic 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
See Also