' Options: 'Date: 2025-08-05 02:01:07 '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: UpdateService.* '''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.Web.Api.Web.Services.Dto.Responses Imports Telerik.Sitefinity.Web.Api.Web.Services.Dto.Requests Namespace Global Namespace Telerik.Sitefinity.Web.Api.Web.Services.Dto.Requests Public Partial Class ServiceBaseRequest Public Overridable Property Route As String Public Overridable Property Name As String Public Overridable Property UrlName As String Public Overridable Property Enabled As Boolean Public Overridable Property ApiKey As String Public Overridable Property AccessControlAllowOrigin As String Public Overridable Property AutogenerateTypes As Boolean Public Overridable Property Access As String Public Overridable Property Types As IEnumerable(Of ContentsProxy) Public Overridable Property Protocol As String End Class Public Partial Class UpdateService Inherits ServiceBaseRequest Public Overridable Property OldUrlName As String End Class End Namespace Namespace Telerik.Sitefinity.Web.Api.Web.Services.Dto.Responses Public Partial Class ContentsProxy Public Overridable Property Name As String Public Overridable Property ReadOnly As Boolean Public Overridable Property UrlKey As String Public Overridable Property ClrType As String Public Overridable Property Access As String Public Overridable Property Properties As IEnumerable(Of PropertiesProxy) Public Overridable Property Children As IEnumerable(Of ContentsProxy) Public Overridable Property AutogenerateProperties As Boolean Public Overridable Property parentId As String End Class Public Partial Class PropertiesProxy Public Overridable Property Name As String Public Overridable Property PropertyType As String Public Overridable Property IsPersistent As Boolean Public Overridable Property AllowSort As Boolean Public Overridable Property AllowFilter As Boolean Public Overridable Property IsKey As Boolean End Class End Namespace End Namespace