' Options: 'Date: 2026-04-02 03:43:19 'Version: 8.52 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://www.imglobal.com/RestApi ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: MarkForTranslation.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.Globalization Imports Telerik.Sitefinity.Translations.Web.Services.Dto.Request.Translations Namespace Global Namespace Telerik.Sitefinity.Translations.Web.Services.Dto.Request.Translations Public Partial Class MarkForTranslation Public Overridable Property Ids As Guid() Public Overridable Property ProviderName As String Public Overridable Property ItemType As String Public Overridable Property SourceLanguage As String Public Overridable Property TargetLanguages As String() Public Overridable Property ActualSourceLanguage As String Public Overridable Property AllowPartialSuccess As Boolean End Class End Namespace End Namespace