Search Results for

    Show / Hide Table of Contents

    Class EnterpriseProjectForm

    Inheritance
    System.Object
    AddProjectRequest
    EnterpriseProjectForm
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    public class EnterpriseProjectForm : AddProjectRequest

    Properties

    | Improve this Doc View Source

    AutoSubstitution

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

    AutoTranslateDialects

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

    CustomQaCheckIds

    Declaration
    public ICollection<int>? CustomQaCheckIds { get; set; }
    Property Value
    Type Description
    System.Nullable<ICollection<System.Int32>>
    | Improve this Doc View Source

    DefaultGlossaryId

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

    DefaultTmId

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

    DelayedWorkflowStart

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

    Description

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

    ExportWithMinApprovalsCount

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

    GlossaryAccess

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

    GroupId

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

    HiddenStringsProofreadersAccess

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

    InContext

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

    InContextProcessHiddenStrings

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

    InContextPseudoLanguageId

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

    IsMtAllowed

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

    LanguageMapping

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

    MtEngineId

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

    Name

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

    NormalizePlaceholder

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

    NotificationSettings

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

    PublicDownloads

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

    QaApprovalsCount

    Declaration
    public int? QaApprovalsCount { get; set; }
    Property Value
    Type Description
    System.Nullable<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.Nullable<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.Nullable<System.Boolean>
    | Improve this Doc View Source

    SkipUntranslatedFiles

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

    SkipUntranslatedStrings

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

    SourceLanguageId

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

    Steps

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

    TagsDetection

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

    TargetLanguageIds

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

    TaskBasedAccessControl

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

    TemplateId

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

    TmContextType

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

    TranslateDuplicates

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

    VendorId

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