Class ReplaceFileRequest
Inheritance
System.Object
ReplaceFileRequest
Assembly: Crowdin.Api.dll
Syntax
public class ReplaceFileRequest : UpdateOrRestoreFileRequest
Properties
|
Improve this Doc
View Source
AttachLabelIds
Declaration
public List<int>? AttachLabelIds { get; set; }
Property Value
Type |
Description |
System.Nullable<List<System.Int32>> |
|
|
Improve this Doc
View Source
DetachLabelIds
Declaration
public List<int>? DetachLabelIds { get; set; }
Property Value
Type |
Description |
System.Nullable<List<System.Int32>> |
|
|
Improve this Doc
View Source
ExportOptions
Declaration
public FileExportOptions ExportOptions { get; set; }
Property Value
|
Improve this Doc
View Source
ImportOptions
Declaration
public FileImportOptions ImportOptions { get; set; }
Property Value
|
Improve this Doc
View Source
StorageId
Declaration
public long StorageId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
UpdateOption
Declaration
public FileUpdateOption? UpdateOption { get; set; }
Property Value