Search Results for

    Show / Hide Table of Contents

    Class AddProjectStringsExporterSettingsRequest

    Inheritance
    object
    AddProjectStringsExporterSettingsRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class AddProjectStringsExporterSettingsRequest

    Properties

    | Edit this page View Source

    Format

    Declaration
    [JsonProperty("format")]
    public ProjectFileType Format { get; set; }
    Property Value
    Type Description
    ProjectFileType
    | Edit this page View Source

    Settings

    Declaration
    [JsonProperty("settings")]
    public StringsExporterSettings Settings { get; set; }
    Property Value
    Type Description
    StringsExporterSettings
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX