Click or drag to resize
AttachmentInfoProviderGetAttachmentUrl Method (Guid, String, String)
Returns attachment URL.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetAttachmentUrl(
	Guid attachmentGuid,
	string nodeAlias,
	string extension = null
)

Parameters

attachmentGuid
Type: SystemGuid
Node guid
nodeAlias
Type: SystemString
Node alias
extension (Optional)
Type: SystemString
Extension

Return Value

Type: String
See Also