Gets or sets environmnet of an Upload object.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0
Syntax
| C# |
|---|
public UploadEnvironment Environment { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Environment As UploadEnvironment |
Field Value
Type: EasyAlgo.EAUpload..::.UploadEnvironmentThe instance of UploadEnvironment class that is associated with Upload object. Default value is the clone of common environment of the EAUpload component.
Remarks
Use this property to define a specific environment for each upload as on Initializing stage as on Uploading stage (see also EasyAlgo.EAUpload..::.UploadState).
Note:If you change this property at the runtime then not all settings will be used immediately for request processing.
For more information see EasyAlgo.EAUpload..::.UploadEnvironment and description of the specific parameter.
