' Options: 'Date: 2024-10-18 04:14:09 'Version: 6.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://digiofficeapigateway.deltares.nl/api ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: AddFile.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System 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 Public Partial Class AddFile Implements IReturn(Of AddFileResponse) Public Overridable Property Link As String Public Overridable Property BlobID As Nullable(Of Guid) Public Overridable Property Size As Nullable(Of Integer) Public Overridable Property IsAttachment As Boolean Public Overridable Property Data As Boolean Public Overridable Property OCR As Boolean Public Overridable Property Preview As Boolean Public Overridable Property Type As String Public Overridable Property DateTimeLastModified As Nullable(Of Date) Public Overridable Property MetricHeight As Nullable(Of Integer) Public Overridable Property MetricWidth As Nullable(Of Integer) Public Overridable Property DocumentID As Nullable(Of Guid) Public Overridable Property OriginalFileName As String End Class Public Partial Class AddFileResponse Public Overridable Property FileID As Guid End Class End Namespace End Namespace