Click or drag to resize

AttachmentListLookup Class

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.
Class defining an AttachmentList that should be filled with AttachmentListLookup
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.FormAttachmentList
    AnySenseService.Entities.API.PublicAPI.V1.DTOs.FormAttachmentListLookup

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.Form
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.31.10+d671d89394079ff2411e503098d3578f08c2de86
Syntax
C#
public class AttachmentListLookup : AttachmentList

The AttachmentListLookup type exposes the following members.

Constructors
 NameDescription
Public methodAttachmentListLookupInitializes a new instance of the AttachmentListLookup class
Top
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