Class UploadRequest
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Describes the upload request.
Inheritance
System.Object
UploadRequest
Namespace: Stylelabs.M.Sdk.WebClient.Models.Upload
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
Constructors
UploadRequest(IUploadSource, String, String)
Initializes a new instance of the UploadRequest class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IUploadSource | source | |
| System.String | configurationName | |
| System.String | actionName |
Properties
ActionName
Gets the upload action name (e.g. "NewAsset", "NewMainFile", "NewAlternativeFile")
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
ActionParameters
Gets the upload action parameters.
Declaration
Property Value
| Type | Description |
|---|---|
| IDictionary<System.String, System.Object> |
ConfigurationName
Gets the upload configuration name.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
ConfigurationParameters
Gets the upload configuration parameters.
Declaration
Property Value
| Type | Description |
|---|---|
| IDictionary<System.String, System.Object> |
Source
Provides access the the file that will be uploaded.
Declaration
Property Value
| Type | Description |
|---|---|
| IUploadSource |