Click or drag to resize

AttachmentListLookup 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 AttachmentListLookup type exposes the following members.

Properties
 NameDescription
Public propertyFileSystemId Id of the FileSystem-form
(Inherited from AttachmentList)
Public propertyFileTypes Comma separated list of mime types (ex application/pdf) or filetypes (ex .pdf) that are allowed for this attachment list.
(Inherited from AttachmentList)
Public propertyId Id of the AttachmentList
(Inherited from 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.
(Inherited from AttachmentList)
Public propertyLookupSection The Lookup section that fills this list
Public propertyLookupTarget The AttachmentList in the Lookup App that fills this list
Public propertyName Name of the AttachmentList
(Inherited from 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.
(Inherited from AttachmentList)
Top
See Also