| AttachmentURLProviderGetPermanentAttachmentUrl Method  | 
            Returns attachment URL.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxpublic static string GetPermanentAttachmentUrl(
	Guid nodeGuid,
	string nodeAlias,
	string extension = null
)
Parameters
- nodeGuid
 - Type: SystemGuid
Node GUID - nodeAlias
 - Type: SystemString
Node alias - extension (Optional)
 - Type: SystemString
Extension 
Return Value
Type: 
String
See Also