| AttachmentURLProviderGetAttachmentUrl Method (String, String, String) | 
            Returns friendly attachment URL.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxpublic static string GetAttachmentUrl(
	string safeFileName,
	string aliasPath,
	string extension = null
)
Parameters
- safeFileName
 - Type: SystemString
Attachment safe file name - aliasPath
 - Type: SystemString
Node alias path - extension (Optional)
 - Type: SystemString
File extension 
Return Value
Type: 
String
See Also