All Classes Namespaces Functions Properties Pages
Public Member Functions | List of all members
CaptureKfsService Class Reference

Provides methods to create scan jobs and perform other functions related to MFP devices. More...

Public Member Functions

KfsScanCreateNewJobOutputs ScanCreateNewJob (string sessionId, KfsScanCreateNewJobInputs kfsCreateNewJobInputs)
 Create the job on the selected capture process. More...
 

Description

Provides methods to create scan jobs and perform other functions related to MFP devices.

Member Functions

KfsScanCreateNewJobOutputs ScanCreateNewJob ( string  sessionId,
KfsScanCreateNewJobInputs  kfsCreateNewJobInputs 
)

Create the job on the selected capture process.

Parameters
sessionIdA string that uniquely identifies the Session for the current logged on user. If the SessionId is invalid then an exception will be raised.
kfsCreateNewJobInputsA KfsScanCreateNewJobInputs object containing the information of the map on which the job needs to be created.
Returns
An instance of type KfsScanCreateNewJobOutputs object containing the jobid, document or folder instance id.