Click or drag to resize

AttachmentList Properties

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.

The AttachmentList type exposes the following members.

Properties
 NameDescription
Public propertyFileSystemId Id of the FileSystem-form
Public propertyFileTypes Comma separated list of mime types (ex application/pdf) or filetypes (ex .pdf) that are allowed for this attachment list.
Public propertyId Id of the AttachmentList
Public propertyIdentifier Identity that is unique to this list, but is shared across different versions and copies of an app. Changes if element type is changed.
Public propertyName Name of the AttachmentList
Public propertyReadonly Determines whether the attachments can be added and removed during edit or only at create. If true, if the no files can be added og removed after the data is created. If the element is a AttachmentListLookup, then the user can never change the value.
Top
See Also