CommonUploadFileRequestType Class

Parameters used to upload a file. For a successful upload, all of these parameters must be specified.
Inheritance Hierarchy
SystemObject
  IASCommonUploadFileRequestType

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class UploadFileRequestType

The CommonUploadFileRequestType type exposes the following members.

Constructors
  NameDescription
Public methodCommonUploadFileRequestType
Initializes a new instance of the CommonUploadFileRequestType class
Top
Properties
  NameDescription
Public propertyAuthentication
Information used for authentication of the calling program/site as well as information describing the remote site user.
Public propertyFile
Byte array representation of the file to attach to the claim.
Public propertyFileName
The file's name, which will be used to determine file type.
Public propertyFileTypeID
The file type ID.
Public propertyNotes
Notes about the file.
Public propertyOperationTypeID
The operation type ID.
Public propertyReferenceID
The reference ID, such as customer number, to tie the file to.
Public propertyUploadLocation
The upload folder location.
Top
See Also

Reference