Class MdxV1FileImportOptions
Inheritance
MdxV1FileImportOptions
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class MdxV1FileImportOptions : FileImportOptions
Properties
|
Edit this page
View Source
ContentSegmentation
Declaration
[JsonProperty("contentSegmentation")]
public bool? ContentSegmentation { get; set; }
Property Value
|
Edit this page
View Source
ExcludeCodeBlocks
Declaration
[JsonProperty("excludeCodeBlocks")]
public bool? ExcludeCodeBlocks { get; set; }
Property Value
|
Edit this page
View Source
ExcludedFrontMatterElements
Declaration
[JsonProperty("excludedFrontMatterElements")]
public IList<string>? ExcludedFrontMatterElements { get; set; }
Property Value
|
Edit this page
View Source
SrxStorageId
Declaration
[JsonProperty("srxStorageId")]
public long? SrxStorageId { get; set; }
Property Value