Click or drag to resize

AttachmentGetResult Class

The result of a Get_Attachment method call.
Inheritance Hierarchy
SystemObject
  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
Syntax
public sealed class AttachmentGetResult

The AttachmentGetResult type exposes the following members.

Properties
  NameDescription
Public propertyAttachments
The array of Attachment items matching the search criteria.

Created in Epic SDK V4.1.

Public propertyTotalCount
Total number of Attachment items returned by the query.

Created in Epic SDK 2019.

Public propertyTotalPages
The total number of pages of Attachment items retrieved.

Created in Epic SDK V4.1.

Top
Remarks