 |
AttachmentGetResult Class |
The result of a Get_Attachment method call.
Inheritance HierarchySystemObject
ASI.TAM.API.Data.UI.AttachmentAttachmentGetResult
Namespace:
ASI.TAM.API.Data.UI.Attachment
Assembly:
ASI.TAM.API.Data.UI.Attachment (in ASI.TAM.API.Data.UI.Attachment.dll) Version: 2020.1.0.1
Syntaxpublic sealed class AttachmentGetResult
Public NotInheritable Class AttachmentGetResult
Dim instance As AttachmentGetResult
The AttachmentGetResult type exposes the following members.
Properties
| Name | Description |
---|
 | Attachments |
The array of Attachment items matching the search criteria. Created in Epic SDK V4.1. |
 | TotalCount |
Total number of Attachment items returned by the query. Created in Epic SDK 2019. |
 | TotalPages |
The total number of pages of Attachment items retrieved. Created in Epic SDK V4.1. |
Top
Remarks
See Also