| DocumentHelperGetAttachmentUrl Method (IAttachment, Int32) | 
            Returns URL to the given attachment.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntaxpublic static string GetAttachmentUrl(
	IAttachment attachment,
	int versionHistoryId
)
Parameters
- attachment
 - Type: CMS.DocumentEngineIAttachment
Attachment info - versionHistoryId
 - Type: SystemInt32
Version history ID 
Return Value
Type: 
String
See Also