Click or drag to resize
AttachmentURLProviderGetAttachmentUrlInternal Method (String, String, String)
Returns friendly attachment URL.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetAttachmentUrlInternal(
	string safeFileName,
	string aliasPath,
	string extension
)

Parameters

safeFileName
Type: SystemString
Attachment safe file name
aliasPath
Type: SystemString
Node alias path
extension
Type: SystemString
Extension

Return Value

Type: String
See Also