' Options: 'Date: 2025-07-04 09:53:27 '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: GetDocumentViews.* '''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.Navigation Imports IDB.API.DTO.MobileViews Imports IDB.API.DTO.Document Imports IDB.API.DTO.Document.Operations 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 GetDocumentViews Implements IReturn(Of ObservableCollection(Of DocumentView)) Public Overridable Property IncludeExplorers As Boolean Public Overridable Property WorkspaceID As Nullable(Of Guid) End Class End Namespace Namespace IDB.API.DTO.MobileViews Public Partial Class MobileView Public Sub New() Explorers = New List(Of Explorer) End Sub Public Overridable Property ID As Guid Public Overridable Property Title As String Public Overridable Property ImageUrl As String Public Overridable Property ChildrenCount As Nullable(Of Integer) Public Overridable Property Order As Integer Public Overridable Property Explorers As List(Of Explorer) 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