Class UploadRequest
Describes the upload request.
Inheritance
object
UploadRequest
Namespace: StylelabsStylelabs.MSdkWebClientModelsUpload
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 | The source. |
| string | configurationName | The configuration name. |
| string | actionName | The action name. |
Properties
ActionName
Gets the upload action name (e.g. "NewAsset", "NewMainFile", "NewAlternativeFile").
Declaration
Property Value
| Type | Description |
|---|---|
| string |
ActionParameters
Gets or sets the upload action parameters.
Declaration
Property Value
| Type | Description |
|---|---|
| IDictionary<, >stringobject |
ConfigurationName
Gets the upload configuration name.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
ConfigurationParameters
Gets or sets the upload configuration parameters.
Declaration
Property Value
| Type | Description |
|---|---|
| IDictionary<, >stringobject |
Source
Gets provides access the the file that will be uploaded.
Declaration
Property Value
| Type | Description |
|---|---|
| IUploadSource |
If you have suggestions for improving this article, let us know!