Search Results for

    Show / Hide Table of Contents

    Class FileBasedProjectForm

    Inheritance
    System.Object
    AddProjectRequest
    ProjectForm
    FileBasedProjectForm
    Inherited Members
    ProjectForm.Type
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    public class FileBasedProjectForm : ProjectForm

    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

    Cname

    Declaration
    public string? Cname { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | 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

    Description

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

    ExportApprovedOnly

    Declaration
    public bool? ExportApprovedOnly { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | 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

    HiddenStringsProofreadersAccess

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

    Identifier

    Declaration
    public string? Identifier { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | 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

    LanguageAccessPolicy

    Declaration
    public LanguageAccessPolicy? LanguageAccessPolicy { get; set; }
    Property Value
    Type Description
    System.Nullable<LanguageAccessPolicy>
    | 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

    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

    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

    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

    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

    UseGlobalTm

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

    Visibility

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