(* Options: Date: 2025-08-05 02:47:15 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.asg.com.au/RestApi //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: MobileFormatPreviewDto.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Telerik.Sitefinity.GenericContent.Model open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Globalization type ContentLifecycleStatus = | Master = 0 | Temp = 1 | Live = 2 | Deleted = 4 | PartialTemp = 8 [] type MobileFormatPreviewUrlDto() = member val ItemTitle:String = null with get,set member val MobileFormatUrl:String = null with get,set member val MobileFormatPreviewUrl:String = null with get,set member val ErrorMessage:String = null with get,set [] [] type MobileFormatPreviewDto() = interface IReturn member val MobileFormatSettingName:String = null with get,set member val ContentTypeFullname:String = null with get,set member val ProviderName:String = null with get,set member val ItemUrlName:String = null with get,set member val Status:Nullable = new Nullable() with get,set member val SiteId:String = null with get,set