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