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