Click or drag to resize
UploadCommand Class
A request used for uploading files to the database
Inheritance Hierarchy

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public class UploadCommand : Command

The UploadCommand type exposes the following members.

Constructors
  NameDescription
Public methodUploadCommand
Create an upload command with the specified vault metadata
Top
Properties
  NameDescription
Public propertyAcceptMimeType
What MIME type the client should accept for the request
(Inherited from Command.)
Public propertyAction
SOAP action to use with the AML
(Inherited from Command.)
Public propertyActionString
SOAP action to use with the AML (represented as a string)
(Inherited from Command.)
Public propertyAml
The AML query. If not explicitly set, it is built based on the files which have been added to the requested.
(Overrides CommandAml.)
Public propertySettings
Specify a method to configure each outgoing HTTP request associated specifically with this AML request
(Inherited from Command.)
Top
Methods
  NameDescription
Protected methodAddAml
Append a query to this request
(Inherited from Command.)
Public methodAddFile(String, Stream, Boolean)
Add a file to the request without specifying an ID
Public methodAddFile(String, String, Boolean)
Add a file to the upload request
Public methodAddFile(String, String, Stream, Boolean)
Add a file to the upload request
Public methodAddFileQuery
Adds a file Item query to the request where the path to the file is specified as the actual_filename property
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToNormalizedAml
Perform parameter substitutions and return the resulting AML
(Inherited from Command.)
Public methodToString
Return the AML string
(Inherited from Command.)
Public methodWithAction(String)
Specify the SOAP action to use with the AML (as a string)
(Inherited from Command.)
Public methodWithAction(CommandAction)
Specify the SOAP action to use with the AML
(Inherited from Command.)
Public methodWithAml
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.)
Public methodWithMimeType
Specify the MIME type to accept
(Inherited from Command.)
Public methodWithParam
Specify a named parameter and its value
(Inherited from Command.)
Top
See Also