AttachmentURLProvider.GetPermanentAttachmentUrlInternal Method |
Returns attachment permanent URL.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntaxprotected virtual string GetPermanentAttachmentUrlInternal(
Guid nodeGuid,
string nodeAlias,
string extension,
string variant
)
Parameters
- nodeGuid
- Type: System.Guid
Node GUID. - nodeAlias
- Type: System.String
Node alias. - extension
- Type: System.String
Extension. - variant
- Type: System.String
Identifier of the attachment variant.
Return Value
Type:
String
See Also