Class XmlFileFormatSettings
Inheritance
XmlFileFormatSettings
Assembly: Crowdin.Api.dll
[PublicAPI]
public class XmlFileFormatSettings : FileFormatSettings
Properties
|
Edit this page
View Source
ContentSegmentation
Declaration
[JsonProperty("contentSegmentation")]
public bool? ContentSegmentation { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("srxStorageId")]
public long? SrxStorageId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("translatableElements")]
public List<string>? TranslatableElements { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("translateAttributes")]
public bool? TranslateAttributes { get; set; }
Property Value
|
Edit this page
View Source
TranslateContent
Declaration
[JsonProperty("translateContent")]
public bool? TranslateContent { get; set; }
Property Value