Class HtmlFileFormatSettings
Inheritance
HtmlFileFormatSettings
Assembly: Crowdin.Api.dll
[PublicAPI]
public class HtmlFileFormatSettings : 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("excludedElements")]
public bool? ExcludedElements { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("srxStorageId")]
public long? SrxStorageId { get; set; }
Property Value