Search Results for

    Show / Hide Table of Contents

    Class ProjectSettings

    Inheritance
    System.Object
    ProjectBase
    Project
    ProjectSettings
    Inherited Members
    Project.LanguageAccessPolicy
    Project.Cname
    Project.Visibility
    ProjectBase.Id
    ProjectBase.Type
    ProjectBase.UserId
    ProjectBase.SourceLanguageId
    ProjectBase.TargetLanguageIds
    ProjectBase.Name
    ProjectBase.Identifier
    ProjectBase.Description
    ProjectBase.Logo
    ProjectBase.PublicDownloads
    ProjectBase.CreatedAt
    ProjectBase.UpdatedAt
    ProjectBase.LastActivity
    ProjectBase.SourceLanguage
    ProjectBase.TargetLanguages
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    public class ProjectSettings : Project

    Properties

    | Improve this Doc View Source

    AssignedGlossaries

    Declaration
    public int[] AssignedGlossaries { get; set; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    AssignedTms

    Declaration
    public IDictionary<int, AssignedTm> AssignedTms { get; set; }
    Property Value
    Type Description
    IDictionary<System.Int32, AssignedTm>
    | Improve this Doc View Source

    AutoSubstitution

    Declaration
    public bool AutoSubstitution { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    AutoTranslateDialects

    Declaration
    public bool AutoTranslateDialects { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ClientOrganizationId

    Declaration
    public int ClientOrganizationId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DefaultGlossaryId

    Declaration
    public int DefaultGlossaryId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DefaultTmId

    Declaration
    public int DefaultTmId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ExportApprovedOnly

    Declaration
    public bool ExportApprovedOnly { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ExportTranslatedOnly

    Declaration
    public bool ExportTranslatedOnly { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GlossaryAccess

    Declaration
    public bool GlossaryAccess { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    HiddenStringsProofreadersAccess

    Declaration
    public bool HiddenStringsProofreadersAccess { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    InContext

    Declaration
    public bool InContext { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    InContextProcessHiddenStrings

    Declaration
    public string InContextProcessHiddenStrings { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    InContextPseudoLanguage

    Declaration
    public Language InContextPseudoLanguage { get; set; }
    Property Value
    Type Description
    Language
    | Improve this Doc View Source

    InContextPseudoLanguageId

    Declaration
    public string InContextPseudoLanguageId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsMachineTranslationAllowed

    Declaration
    public bool IsMachineTranslationAllowed { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsSuspended

    Declaration
    public bool IsSuspended { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LanguageMappings

    Declaration
    public IDictionary<string, LanguageMapping> LanguageMappings { get; set; }
    Property Value
    Type Description
    IDictionary<System.String, LanguageMapping>
    | Improve this Doc View Source

    NormalizePlaceholder

    Declaration
    public bool NormalizePlaceholder { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    NotificationSettings

    Declaration
    public NotificationSettings NotificationSettings { get; set; }
    Property Value
    Type Description
    NotificationSettings
    | Improve this Doc View Source

    QaApprovalsCount

    Declaration
    public int QaApprovalsCount { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    QaCheckCategories

    Declaration
    public QaCheckCategories QaCheckCategories { get; set; }
    Property Value
    Type Description
    QaCheckCategories
    | Improve this Doc View Source

    QaCheckIsActive

    Declaration
    public bool QaCheckIsActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    QaChecksIgnorableCategories

    Declaration
    public QaCheckCategories QaChecksIgnorableCategories { get; set; }
    Property Value
    Type Description
    QaCheckCategories
    | Improve this Doc View Source

    SaveMetaInfoInSource

    Declaration
    public bool SaveMetaInfoInSource { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShowTmSuggestionsDialects

    Declaration
    public bool ShowTmSuggestionsDialects { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SkipUntranslatedFiles

    Declaration
    public bool SkipUntranslatedFiles { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SkipUntranslatedStrings

    Declaration
    public bool SkipUntranslatedStrings { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TagsDetection

    Declaration
    public TagsDetectionAction TagsDetection { get; set; }
    Property Value
    Type Description
    TagsDetectionAction
    | Improve this Doc View Source

    TaskBasedAccessControl

    Declaration
    public bool TaskBasedAccessControl { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TmContextType

    Declaration
    public TmContextType TmContextType { get; set; }
    Property Value
    Type Description
    TmContextType
    | Improve this Doc View Source

    TmPenalties

    Declaration
    public TmPenalties TmPenalties { get; set; }
    Property Value
    Type Description
    TmPenalties
    | Improve this Doc View Source

    TranslateDuplicates

    Declaration
    public DupTranslateAction TranslateDuplicates { get; set; }
    Property Value
    Type Description
    DupTranslateAction
    | Improve this Doc View Source

    UseGlobalTm

    Declaration
    public bool UseGlobalTm { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX