' Options: 'Date: 2026-03-31 17:06:23 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://dogw.klokgroep.nl/api ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: AddDocumentsForBackgroundRegistration.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.Drawing Imports IDB.API.DTO.Document.Operations Namespace Global Namespace IDB.API.DTO.Document.Operations ''' '''Register documents queueud for registration in background ''' Public Partial Class AddDocumentsForBackgroundRegistration Implements IReturn(Of AddDocumentsForBackgroundRegistrationResponse) ''' '''List of queued documents to register in background ''' Public Overridable Property Documents As List(Of RegisterDocument) = New List(Of RegisterDocument) End Class Public Partial Class AddDocumentsForBackgroundRegistrationResponse Public Overridable Property RegisteredDocumentUploads As List(Of RegisteredDocumentUpload) End Class Public Partial Class RegisterDocument Implements IReturn(Of RegisterDocumentResponse) Public Overridable Property RegistrationProfileID As Guid Public Overridable Property Values As List(Of RegistrationValue) Public Overridable Property Processes As List(Of Process) Public Overridable Property DocumentUploadId As String Public Overridable Property DocumentId As Guid? Public Overridable Property StandardDocumentID As Guid? Public Overridable Property HasUnsavedChangesInDocument As Boolean? Public Overridable Property IsOpenedFromNonDMSLocation As Boolean? End Class Public Partial Class RegisteredDocumentUpload Public Overridable Property DocumentUploadID As Integer Public Overridable Property IsSuccess As Boolean Public Overridable Property Message As String End Class End Namespace End Namespace