Class XmlFileImportOptions
Inheritance
System.Object
XmlFileImportOptions
Assembly: Crowdin.Api.dll
Syntax
public class XmlFileImportOptions : FileImportOptions
Properties
|
Improve this Doc
View Source
ContentSegmentation
Declaration
public bool? ContentSegmentation { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
TranslatableElements
Declaration
public List<string>? TranslatableElements { get; set; }
Property Value
Type |
Description |
System.Nullable<List<System.String>> |
|
|
Improve this Doc
View Source
TranslateAttributes
Declaration
public bool? TranslateAttributes { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
TranslateContent
Declaration
public bool? TranslateContent { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|