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