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