Class File
Inheritance
System.Object
File
Assembly: Crowdin.Api.dll
Syntax
public class File : object
Properties
|
Improve this Doc
View Source
BranchId
Declaration
public int? BranchId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Context
Declaration
public string? Context { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
DirectoryId
Declaration
public int? DirectoryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
ExcludedTargetLanguages
Declaration
public string[] ExcludedTargetLanguages { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
ExportOptions
Declaration
public FileExportOptions ExportOptions { get; set; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ImportOptions
Declaration
public FileImportOptions ImportOptions { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Priority
Declaration
public Priority Priority { get; set; }
Property Value
|
Improve this Doc
View Source
ProjectId
Declaration
public int ProjectId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RevisionId
Declaration
public int RevisionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Status
Declaration
public FileStatus Status { get; set; }
Property Value
|
Improve this Doc
View Source
Title
Declaration
public string? Title { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|