Attachments class
Classe che rappresenta un oggetto Attachments.
Costruttori
Attachments(Connector |
Creare un allegato. |
Metodi
get |
Ottenere la visualizzazione denominata come contenuto binario |
get |
|
get |
|
get |
Ottenere la struttura AttachmentInfo che descrive le visualizzazioni degli allegati |
get |
|
get |
Dettagli costruttore
Attachments(ConnectorClientContext)
Creare un allegato.
new Attachments(client: ConnectorClientContext)
Parametri
- client
- ConnectorClientContext
Riferimento al client del servizio.
Dettagli metodo
getAttachment(string, string, RequestOptionsBase)
Ottenere la visualizzazione denominata come contenuto binario
function getAttachment(attachmentId: string, viewId: string, options?: RequestOptionsBase): Promise<Models.AttachmentsGetAttachmentResponse>
Parametri
- attachmentId
-
string
ID allegato
- viewId
-
string
Visualizzare l'ID da attachmentInfo
- options
-
RequestOptionsBase
Restituisce
Promise<Models.AttachmentsGetAttachmentResponse>
Promise<Models.AttachmentsGetAttachmentResponse>
getAttachment(string, string, RequestOptionsBase, ServiceCallback<void>)
function getAttachment(attachmentId: string, viewId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parametri
- attachmentId
-
string
ID allegato
- viewId
-
string
Visualizzare l'ID da attachmentInfo
- options
-
RequestOptionsBase
Parametri facoltativi
- callback
-
ServiceCallback<void>
Callback
getAttachment(string, string, ServiceCallback<void>)
function getAttachment(attachmentId: string, viewId: string, callback: ServiceCallback<void>)
Parametri
- attachmentId
-
string
ID allegato
- viewId
-
string
Visualizzare l'ID da attachmentInfo
- callback
-
ServiceCallback<void>
Callback
getAttachmentInfo(string, RequestOptionsBase)
Ottenere la struttura AttachmentInfo che descrive le visualizzazioni degli allegati
function getAttachmentInfo(attachmentId: string, options?: RequestOptionsBase): Promise<Models.AttachmentsGetAttachmentInfoResponse>
Parametri
- attachmentId
-
string
ID allegato
- options
-
RequestOptionsBase
Restituisce
Promise<Models.AttachmentsGetAttachmentInfoResponse>
Promise<Models.AttachmentsGetAttachmentInfoResponse>
getAttachmentInfo(string, RequestOptionsBase, ServiceCallback<AttachmentInfo>)
function getAttachmentInfo(attachmentId: string, options: RequestOptionsBase, callback: ServiceCallback<AttachmentInfo>)
Parametri
- attachmentId
-
string
ID allegato
- options
-
RequestOptionsBase
Parametri facoltativi
- callback
-
ServiceCallback<AttachmentInfo>
Callback
getAttachmentInfo(string, ServiceCallback<AttachmentInfo>)
function getAttachmentInfo(attachmentId: string, callback: ServiceCallback<AttachmentInfo>)
Parametri
- attachmentId
-
string
ID allegato
- callback
-
ServiceCallback<AttachmentInfo>
Callback