Click or drag to resize
AttachmentURLProviderGetPermanentAttachmentUrl Method
Returns attachment URL.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetPermanentAttachmentUrl(
	Guid nodeGuid,
	string nodeAlias,
	string extension = null,
	string variant = null
)

Parameters

nodeGuid
Type: SystemGuid
Node GUID.
nodeAlias
Type: SystemString
Node alias.
extension (Optional)
Type: SystemString
Extension.
variant (Optional)
Type: SystemString
Identifier of the attachment variant definition.

Return Value

Type: String
See Also