Class XmlFileFormatSettings
Inheritance
System.Object
XmlFileFormatSettings
Assembly: Crowdin.Api.dll
public class XmlFileFormatSettings : FileFormatSettings
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
Declaration
public int? SrxStorageId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public List<string>? TranslatableElements { get; set; }
Property Value
Type |
Description |
System.Nullable<List<System.String>> |
|
|
Improve this Doc
View Source
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> |
|