AttachmentURLProviderGetPermanentAttachmentUrlInternal Method |
Returns attachment permanent URL.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax protected virtual string GetPermanentAttachmentUrlInternal(
Guid nodeGuid,
string nodeAlias,
string extension,
string variant
)
Parameters
- nodeGuid
- Type: SystemGuid
Node GUID. - nodeAlias
- Type: SystemString
Node alias. - extension
- Type: SystemString
Extension. - variant
- Type: SystemString
Identifier of the attachment variant.
Return Value
Type:
StringSee Also