' Options: 'Date: 2025-12-31 22:00:54 'Version: 5.133 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://cms.exitus-ict.nl ' '''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: GetContent.* '''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 CMS.ServiceModel.Types Imports CMS.ServiceModel Namespace Global Namespace CMS.ServiceModel Public Partial Class GetContent Implements IReturn(Of GetContentResponse) Public Overridable Property ContentID As Integer End Class Public Partial Class GetContentResponse Public Overridable Property Result As Content Public Overridable Property ResponseStatus As ResponseStatus End Class End Namespace Namespace CMS.ServiceModel.Types Public Partial Class Content Public Overridable Property ContentID As Integer Public Overridable Property cType As Nullable(Of Integer) Public Overridable Property fkTaalID As Nullable(Of Integer) Public Overridable Property cNaam As String Public Overridable Property cPaginaTitel As String Public Overridable Property cSEOOmschrijving As String Public Overridable Property cSEOURL As String Public Overridable Property fkSEOFotoID As Nullable(Of Integer) Public Overridable Property cFocusTerm As String Public Overridable Property cTitel As String Public Overridable Property cTekst As String Public Overridable Property cIntro As String Public Overridable Property fkThumbnailID As Nullable(Of Integer) Public Overridable Property cOrder As Nullable(Of Integer) Public Overridable Property LaatsteUpdate As Date Public Overridable Property LaatsteUpdateDoor As String Public Overridable Property cHeaderFoto As Nullable(Of Integer) Public Overridable Property cHeaderTekst As String Public Overridable Property cC2ATekst As String Public Overridable Property cC2ATekstButtonLink As String Public Overridable Property cC2ATekstButtonTekst As String Public Overridable Property cIntroOverzicht As String Public Overridable Property cIntroOverOns As String Public Overridable Property cIntroKort As String Public Overridable Property cDatum As Nullable(Of Date) Public Overridable Property cAuteur As String End Class End Namespace End Namespace