' Options: 'Date: 2026-03-31 18:44:53 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://test-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: GetDocumentViewDetails.* '''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.MobileViews Imports IDB.API.DTO.Navigation Imports IDB.API.DTO.Document.Operations Imports IDB.API.DTO.Document Namespace Global Namespace IDB.API.DTO.Document Public Partial Class DocumentView Inherits MobileView Public Overridable Property TranslateKey As String Public Overridable Property SiteMapKey As String End Class End Namespace Namespace IDB.API.DTO.Document.Operations Public Partial Class GetDocumentViewDetails Implements IReturn(Of DocumentView) Public Overridable Property ViewID As Guid Public Overridable Property IncludeExplorers As Boolean End Class End Namespace Namespace IDB.API.DTO.MobileViews Public Partial Class MobileView Public Overridable Property ID As Guid Public Overridable Property Title As String Public Overridable Property ImageUrl As String Public Overridable Property ChildrenCount As Integer? Public Overridable Property Order As Integer Public Overridable Property Explorers As List(Of Explorer) Public Overridable Property IsDirectSearch As Boolean End Class End Namespace Namespace IDB.API.DTO.Navigation Public Partial Class Explorer Public Overridable Property ID As Guid Public Overridable Property Title As String Public Overridable Property Order As Integer End Class End Namespace End Namespace