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