Search Results for

    Show / Hide Table of Contents

    Class PropertyFileFormatSettings

    Inheritance
    System.Object
    FileFormatSettings
    PropertyFileFormatSettings
    Inherited Members
    FileFormatSettings.ExportPattern
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    public class PropertyFileFormatSettings : FileFormatSettings

    Properties

    | Improve this Doc View Source

    EscapeQuotes

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

    EscapeSpecialCharacters

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