AttachmentURLProviderGetAttachmentUrlInternal Method (String, String, String, String) |
Returns friendly attachment URL.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax protected virtual string GetAttachmentUrlInternal(
string safeFileName,
string aliasPath,
string extension,
string variant
)
Parameters
- safeFileName
- Type: SystemString
Attachment safe file name. - aliasPath
- Type: SystemString
Node alias path. - extension
- Type: SystemString
Extension. - variant
- Type: SystemString
Identifier of the attachment variant.
Return Value
Type:
StringSee Also