' Options: 'Date: 2025-08-05 02:02:59 '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: AddonMessage.* '''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.Packaging.Package Imports Telerik.Sitefinity.Packaging.Web.Services.Dto Namespace Global Namespace Telerik.Sitefinity.Packaging.Package Public Partial Class AddOnEntry Public Overridable Property DisplayName As String Public Overridable Property Count As Integer Public Overridable Property AddonEntryType As AddOnEntryType End Class Public Enum AddOnEntryType Content Template Custom [Module] Form Classification WebService End Enum End Namespace Namespace Telerik.Sitefinity.Packaging.Web.Services.Dto Public Partial Class AddonInfo Public Overridable Property Id As Guid Public Overridable Property Name As String Public Overridable Property IsActive As Boolean Public Overridable Property Description As String Public Overridable Property IsDataImported As Boolean Public Overridable Property Version As String Public Overridable Property Author As String Public Overridable Property DataImportedToSiteName As String Public Overridable Property Entries As ICollection(Of AddOnEntry) Public Overridable Property HasErrorsOnContentImport As Boolean Public Overridable Property HasErrorsOnStructureImport As Boolean Public Overridable Property HasErrorsOnActivate As Boolean End Class Public Partial Class AddonMessage Implements IReturn(Of AddonInfo) Public Overridable Property Id As Guid Public Overridable Property IncludeContent As Boolean Public Overridable Property Deactivate As Boolean End Class End Namespace End Namespace