Search Results for

    Show / Hide Table of Contents

    Class FileBasedProjectForm

    Inheritance
    object
    AddProjectRequest
    ProjectForm
    FileBasedProjectForm
    Inherited Members
    ProjectForm.Type
    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 FileBasedProjectForm : ProjectForm

    Properties

    | Edit this page View Source

    AutoSubstitution

    Declaration
    [JsonProperty("autoSubstitution")]
    public bool? AutoSubstitution { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    AutoTranslateDialects

    Declaration
    [JsonProperty("autoTranslateDialects")]
    public bool? AutoTranslateDialects { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Cname

    Declaration
    [JsonProperty("cname")]
    public string? Cname { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DefaultGlossaryId

    Declaration
    [JsonProperty("defaultGlossaryId")]
    public long? DefaultGlossaryId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    DefaultTmId

    Declaration
    [JsonProperty("defaultTmId")]
    public long? DefaultTmId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Description

    Declaration
    [JsonProperty("description")]
    public string? Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ExportApprovedOnly

    Declaration
    [JsonProperty("exportApprovedOnly")]
    public bool? ExportApprovedOnly { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    GlossaryAccess

    Declaration
    [JsonProperty("glossaryAccess")]
    public bool? GlossaryAccess { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    HiddenStringsProofreadersAccess

    Declaration
    [JsonProperty("hiddenStringsProofreadersAccess")]
    public bool? HiddenStringsProofreadersAccess { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Identifier

    Declaration
    [JsonProperty("identifier")]
    public string? Identifier { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    InContext

    Declaration
    [JsonProperty("inContext")]
    public bool? InContext { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    InContextProcessHiddenStrings

    Declaration
    [JsonProperty("inContextProcessHiddenStrings")]
    public bool? InContextProcessHiddenStrings { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    InContextPseudoLanguageId

    Declaration
    [JsonProperty("inContextPseudoLanguageId")]
    public string? InContextPseudoLanguageId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IsMtAllowed

    Declaration
    [JsonProperty("isMtAllowed")]
    public bool? IsMtAllowed { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    LanguageAccessPolicy

    Declaration
    [JsonProperty("languageAccessPolicy")]
    public LanguageAccessPolicy? LanguageAccessPolicy { get; set; }
    Property Value
    Type Description
    LanguageAccessPolicy?
    | Edit this page View Source

    LanguageMapping

    Declaration
    [JsonProperty("languageMapping")]
    public IDictionary<string, LanguageMapping>? LanguageMapping { get; set; }
    Property Value
    Type Description
    IDictionary<string, LanguageMapping>
    | Edit this page View Source

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NormalizePlaceholder

    Declaration
    [JsonProperty("normalizePlaceholder")]
    public bool? NormalizePlaceholder { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    NotificationSettings

    Declaration
    [JsonProperty("notificationSettings")]
    public NotificationSettings? NotificationSettings { get; set; }
    Property Value
    Type Description
    NotificationSettings
    | Edit this page View Source

    PublicDownloads

    Declaration
    [JsonProperty("publicDownloads")]
    public bool? PublicDownloads { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    QaCheckCategories

    Declaration
    [JsonProperty("qaCheckCategories")]
    public QaCheckCategories? QaCheckCategories { get; set; }
    Property Value
    Type Description
    QaCheckCategories
    | Edit this page View Source

    QaCheckIsActive

    Declaration
    [JsonProperty("qaCheckIsActive")]
    public bool? QaCheckIsActive { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    QaChecksIgnorableCategories

    Declaration
    [JsonProperty("qaChecksIgnorableCategories")]
    public QaCheckCategories? QaChecksIgnorableCategories { get; set; }
    Property Value
    Type Description
    QaCheckCategories
    | Edit this page View Source

    SaveMetaInfoInSource

    Declaration
    [JsonProperty("saveMetaInfoInSource")]
    public bool? SaveMetaInfoInSource { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    SkipUntranslatedFiles

    Declaration
    [JsonProperty("skipUntranslatedFiles")]
    public bool? SkipUntranslatedFiles { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    SkipUntranslatedStrings

    Declaration
    [JsonProperty("skipUntranslatedStrings")]
    public bool? SkipUntranslatedStrings { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    SourceLanguageId

    Declaration
    [JsonProperty("sourceLanguageId")]
    public string SourceLanguageId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TagsDetection

    Declaration
    [JsonProperty("tagsDetection")]
    public TagsDetectionAction? TagsDetection { get; set; }
    Property Value
    Type Description
    TagsDetectionAction?
    | Edit this page View Source

    TargetLanguageIds

    Declaration
    [JsonProperty("targetLanguageIds")]
    public ICollection<string>? TargetLanguageIds { get; set; }
    Property Value
    Type Description
    ICollection<string>
    | Edit this page View Source

    TaskBasedAccessControl

    Declaration
    [JsonProperty("taskBasedAccessControl")]
    public bool? TaskBasedAccessControl { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    TmContextType

    Declaration
    [JsonProperty("tmContextType")]
    public TmContextType? TmContextType { get; set; }
    Property Value
    Type Description
    TmContextType?
    | Edit this page View Source

    TranslateDuplicates

    Declaration
    [JsonProperty("translateDuplicates")]
    public DupTranslateAction? TranslateDuplicates { get; set; }
    Property Value
    Type Description
    DupTranslateAction?
    | Edit this page View Source

    UseGlobalTm

    Declaration
    [JsonProperty("useGlobalTm")]
    public bool? UseGlobalTm { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Visibility

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