Search Results for

    Show / Hide Table of Contents

    Class MdxV1FileFormatSettings

    Inheritance
    System.Object
    FileFormatSettings
    MdxV1FileFormatSettings
    Inherited Members
    FileFormatSettings.ExportPattern
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    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

    ExcludeCodeBlocks

    Declaration
    public bool? ExcludeCodeBlocks { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    ExcludedFrontMatterElements

    Declaration
    public List<string>? ExcludedFrontMatterElements { get; set; }
    Property Value
    Type Description
    System.Nullable<List<System.String>>
    | Improve this Doc View Source

    SrxStorageId

    Declaration
    public int? SrxStorageId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX