' Options: 'Date: 2025-08-05 02:00:52 '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: GetUncachedLibraries.* '''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.Diagnostics.Tools.PerformanceTips.Web.Services.Dto.Response Imports Telerik.Sitefinity.Diagnostics.Tools.PerformanceTips.Web.Services.Dto.Request Namespace Global Namespace Telerik.Sitefinity.Diagnostics.Tools.PerformanceTips.Web.Services.Dto.Request Public Partial Class GetUncachedLibraries Implements IReturn(Of UncachedLibrariesProxy) Public Overridable Property CountOnly As Boolean Public Overridable Property Skip As Integer Public Overridable Property Take As Integer Public Overridable Property SiteId As Guid End Class End Namespace Namespace Telerik.Sitefinity.Diagnostics.Tools.PerformanceTips.Web.Services.Dto.Response Public Enum CacheProfileType Client Server Both End Enum Public Partial Class MediaLibraryProxy Public Overridable Property Title As String Public Overridable Property LibraryType As String Public Overridable Property CacheProfileType As CacheProfileType End Class Public Partial Class UncachedLibrariesProxy Public Sub New() NotCachedLibraries = New List(Of MediaLibraryProxy) End Sub Public Overridable Property NotCachedLibraries As List(Of MediaLibraryProxy) Public Overridable Property CountAllSites As Integer Public Overridable Property CountCurrentSite As Integer End Class End Namespace End Namespace