AttachmentURLProviderGetAttachmentUrlInternal Method (Guid, String, String, Int32, String, String) |
Returns attachment URL.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax protected virtual string GetAttachmentUrlInternal(
Guid attachmentGuid,
string nodeAlias,
string extension,
int versionHistoryId,
string prefix,
string variant
)
Parameters
- attachmentGuid
- Type: SystemGuid
Attachment GUID. - nodeAlias
- Type: SystemString
Node alias. - extension
- Type: SystemString
Extension. - versionHistoryId
- Type: SystemInt32
Version history ID. - prefix
- Type: SystemString
URL prefix, if null, "getattachment" is used, the prefix must be supported by the URL rewriting engine. - variant
- Type: SystemString
Identifier of the attachment variant.
Return Value
Type:
StringSee Also