' Options: 'Date: 2025-08-05 02:35:38 'Version: 8.0 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://www.asg.com.au/RestApi ' '''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: ToggleMobileFormatsContentTypesDto.* '''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.Globalization Imports Telerik.Sitefinity.MobileFormats.Web.Services.Dto Namespace Global Namespace Telerik.Sitefinity.MobileFormats.Web.Services.Dto Public Partial Class MobileFormatContentTypeDto Public Overridable Property ContentTypeDisplayName As String Public Overridable Property ContentTypeName As String Public Overridable Property ContentTypeFullname As String Public Overridable Property Active As Boolean End Class Public Partial Class ToggleMobileFormatsContentTypesDto Public Overridable Property SiteId As String Public Overridable Property MobileFormatContentTypes As IEnumerable(Of MobileFormatContentTypeDto) End Class End Namespace End Namespace