Click or drag to resize
AttachmentURLProvider.GetPermanentAttachmentUrlInternal Method
Returns attachment permanent URL.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected 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