Attachments.GetAttachmentUri(String, String) Method

Definition

Get the URI of an attachment view.

public string GetAttachmentUri (string attachmentId, string viewId = "original");
member this.GetAttachmentUri : string * string -> string
Public Function GetAttachmentUri (attachmentId As String, Optional viewId As String = "original") As String

Parameters

attachmentId
String

id of the attachment.

viewId
String

default is "original".

Returns

uri.

Applies to