Class FileBasedProjectForm
Inheritance
System.Object
FileBasedProjectForm
Assembly: Crowdin.Api.dll
public class FileBasedProjectForm : ProjectForm
Properties
|
Improve this Doc
View Source
Declaration
public bool? AutoSubstitution { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? AutoTranslateDialects { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public string? Cname { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Declaration
public int? DefaultGlossaryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public int? DefaultTmId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public string? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Declaration
public bool? ExportApprovedOnly { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? GlossaryAccess { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? HiddenStringsProofreadersAccess { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
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
Declaration
public bool? IsMtAllowed { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public LanguageAccessPolicy? LanguageAccessPolicy { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IDictionary<string, LanguageMapping>? LanguageMapping { get; set; }
Property Value
Type |
Description |
System.Nullable<IDictionary<System.String, LanguageMapping>> |
|
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool? NormalizePlaceholder { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public NotificationSettings NotificationSettings { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool? PublicDownloads { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public QaCheckCategories QaCheckCategories { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool? QaCheckIsActive { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public QaCheckCategories QaChecksIgnorableCategories { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool? SaveMetaInfoInSource { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? SkipUntranslatedFiles { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? SkipUntranslatedStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public string SourceLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public TagsDetectionAction? TagsDetection { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ICollection<string>? TargetLanguageIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.String>> |
|
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
Declaration
public DupTranslateAction? TranslateDuplicates { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool? UseGlobalTm { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public ProjectVisibility? Visibility { get; set; }
Property Value