Class FileBasedProjectForm
Inheritance
FileBasedProjectForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class FileBasedProjectForm : ProjectForm
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("autoSubstitution")]
public bool? AutoSubstitution { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("autoTranslateDialects")]
public bool? AutoTranslateDialects { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("cname")]
public string? Cname { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("defaultGlossaryId")]
public long? DefaultGlossaryId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("defaultTmId")]
public long? DefaultTmId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("description")]
public string? Description { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("exportApprovedOnly")]
public bool? ExportApprovedOnly { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("glossaryAccess")]
public bool? GlossaryAccess { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("hiddenStringsProofreadersAccess")]
public bool? HiddenStringsProofreadersAccess { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("identifier")]
public string? Identifier { get; set; }
Property Value
|
Edit this page
View Source
InContext
Declaration
[JsonProperty("inContext")]
public bool? InContext { get; set; }
Property Value
|
Edit this page
View Source
InContextProcessHiddenStrings
Declaration
[JsonProperty("inContextProcessHiddenStrings")]
public bool? InContextProcessHiddenStrings { get; set; }
Property Value
|
Edit this page
View Source
InContextPseudoLanguageId
Declaration
[JsonProperty("inContextPseudoLanguageId")]
public string? InContextPseudoLanguageId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("isMtAllowed")]
public bool? IsMtAllowed { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("languageAccessPolicy")]
public LanguageAccessPolicy? LanguageAccessPolicy { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("languageMapping")]
public IDictionary<string, LanguageMapping>? LanguageMapping { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("normalizePlaceholder")]
public bool? NormalizePlaceholder { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("notificationSettings")]
public NotificationSettings? NotificationSettings { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("publicDownloads")]
public bool? PublicDownloads { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("qaCheckCategories")]
public QaCheckCategories? QaCheckCategories { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("qaCheckIsActive")]
public bool? QaCheckIsActive { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("qaChecksIgnorableCategories")]
public QaCheckCategories? QaChecksIgnorableCategories { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("saveMetaInfoInSource")]
public bool? SaveMetaInfoInSource { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("skipUntranslatedFiles")]
public bool? SkipUntranslatedFiles { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("skipUntranslatedStrings")]
public bool? SkipUntranslatedStrings { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("sourceLanguageId")]
public string SourceLanguageId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("tagsDetection")]
public TagsDetectionAction? TagsDetection { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("targetLanguageIds")]
public ICollection<string>? TargetLanguageIds { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("taskBasedAccessControl")]
public bool? TaskBasedAccessControl { get; set; }
Property Value
|
Edit this page
View Source
TmContextType
Declaration
[JsonProperty("tmContextType")]
public TmContextType? TmContextType { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("translateDuplicates")]
public DupTranslateAction? TranslateDuplicates { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("useGlobalTm")]
public bool? UseGlobalTm { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("visibility")]
public ProjectVisibility? Visibility { get; set; }
Property Value