' Options: 'Date: 2026-03-31 20:25:23 '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: GetMyRecentlyOpenedDocuments.* '''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.Interfaces Imports IDB.API.DTO.DMS.Operations Namespace Global Namespace IDB.API.DTO.DMS.Operations Public Partial Class GetMyRecentlyOpenedDocuments Implements IReturn(Of ObservableCollection(Of RecentlyOpenedDocument)) Implements IPageOptions Public Overridable Property OnlyStoredInSharePointOnline As Boolean Public Overridable Property ProgCode As String Public Overridable Property PageSize As Integer Implements IPageOptions.PageSize Public Overridable Property PageNumber As Integer Implements IPageOptions.PageNumber End Class End Namespace Namespace IDB.API.DTO.Interfaces Public Interface IPageOptions Property PageNumber As Integer Property PageSize As Integer End Interface End Namespace End Namespace