| UploadCommand Class |
Namespace: Innovator.Client
The UploadCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| UploadCommand |
Create an upload command with the specified vault metadata
|
| Name | Description | |
|---|---|---|
| AcceptMimeType |
What MIME type the client should accept for the request
(Inherited from Command.) | |
| Action |
SOAP action to use with the AML
(Inherited from Command.) | |
| ActionString |
SOAP action to use with the AML (represented as a string)
(Inherited from Command.) | |
| Aml |
The AML query. If not explicitly set, it is built based on the files which have been added to the requested.
(Overrides CommandAml.) | |
| Settings |
Specify a method to configure each outgoing HTTP request associated specifically with this AML request
(Inherited from Command.) |
| Name | Description | |
|---|---|---|
| AddAml |
Append a query to this request
(Inherited from Command.) | |
| AddFile(String, Stream, Boolean) |
Add a file to the request without specifying an ID
| |
| AddFile(String, String, Boolean) |
Add a file to the upload request
| |
| AddFile(String, String, Stream, Boolean) |
Add a file to the upload request
| |
| AddFileQuery |
Adds a file Item query to the request where the path to the file is specified as the actual_filename property
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToNormalizedAml |
Perform parameter substitutions and return the resulting AML
(Inherited from Command.) | |
| ToString |
Return the AML string
(Inherited from Command.) | |
| WithAction(String) |
Specify the SOAP action to use with the AML (as a string)
(Inherited from Command.) | |
| WithAction(CommandAction) |
Specify the SOAP action to use with the AML
(Inherited from Command.) | |
| WithAml |
Replaces SQL Server style numbered AML parameters (used as attribute and element values) with the corresponding arguments.
Property type conversion and XML formatting is performed
(Inherited from Command.) | |
| WithMimeType |
Specify the MIME type to accept
(Inherited from Command.) | |
| WithParam |
Specify a named parameter and its value
(Inherited from Command.) |