Attachment |
public class AttachmentListData
The AttachmentListData type exposes the following members.
Name | Description | |
---|---|---|
AttachmentListData | Initializes a new instance of the AttachmentListData class |
Name | Description | |
---|---|---|
AttachmentIds | List of FileSystem ClientDataIds for attachments that is attached to this list. When requesting data from the service, this or Attachments will be filled depending on the defined mediamode in the request. This value will be filled by the service, if MediaMode.Ids is supplied when requesting data. When saving data, the service will use whatever property that is not NULL. If both properties is NOT NULL, Attachments will win. | |
AttachmentListId | Id of the Attachment List | |
Attachments | List of FileSystem ClientDataIds for attachments that is attached to this list. When requesting data from the service, this or AttachmentIds will be filled depending on the defined mediamode in the request This value will be filled by the service, if MediaMode.MediaData is supplied when requesting data. When saving data, the service will use whatever property that is not NULL. If both properties is NOT NULL, Attachments will win. | |
PlotFileIds |