' Options: 'Date: 2025-09-13 21:40:54 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://doapigw.baasbv.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: GetDocumentUploads.* '''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 Imports IDB.API.DTO.Document.Operations Namespace Global Namespace IDB.API.DTO.Document Public Partial Class DocumentUpload Public Overridable Property ID As Integer Public Overridable Property Description As String Public Overridable Property Notes As String Public Overridable Property FileName As String Public Overridable Property Extension As String Public Overridable Property FileDate As Nullable(Of Date) Public Overridable Property AssignedTo As String Public Overridable Property AssignedToGroup As String Public Overridable Property UploadedBy As String Public Overridable Property HasPreview As Boolean End Class End Namespace Namespace IDB.API.DTO.Document.Operations Public Partial Class GetDocumentUploads Implements IReturn(Of List(Of DocumentUpload)) Public Overridable Property ViewID As Nullable(Of Guid) Public Overridable Property PageSize As Integer Public Overridable Property PageNumber As Integer Public Overridable Property SearchCriteria As String Public Overridable Property ExplorerID As Nullable(Of Guid) Public Overridable Property Path As String End Class End Namespace End Namespace