RequestOutputItemSetUploadAfterAllDone Method |
Perform upload after all scans. Default is true.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public RequestOutputItem SetUploadAfterAllDone(
bool uploadAfterAllDone
)
Public Function SetUploadAfterAllDone (
uploadAfterAllDone As Boolean
) As RequestOutputItem
public:
RequestOutputItem^ SetUploadAfterAllDone(
bool uploadAfterAllDone
)
member SetUploadAfterAllDone :
uploadAfterAllDone : bool -> RequestOutputItem
Parameters
- uploadAfterAllDone
- Type: SystemBoolean
Return Value
Type:
RequestOutputItemSee Also