Click or drag to resize

AttachmentList 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 availble for forms
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.11+e7fd483bc62011074c33f1b0082717c0012050d5
Syntax
C#
public class AttachmentList

The AttachmentList type exposes the following members.

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