Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateDmsObjectParams

Parameters for the updateDmsObject-function.

Hierarchy

  • UpdateDmsObjectParams

Index

Properties

alterationText: string

Description of changes

categoryId?: string

Id of a category to which the dmsObject should be moved

content?: ArrayBuffer

File for the DmsObject. This will use the storeFileTemporarily-function and overwrite contentLocationUri-property.

contentLocationUri?: string

URL at which the file is temporarily stored in the DMS-App. See ... for more information.

contentUri?: string

URL from which file can be downloaded. Has to be a relative URL reachable within the tenant

dmsObjectId: string

ID of the DmsObject

fileName?: string

Name of the file including its file-ending

properties?: { key: string; values: string[] }[]

Property-Updates - Only listed properties will be changed

repositoryId: string

ID of the repository

sourceId: string

ID of the source

Generated using TypeDoc