▶CClientBase | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Device.DeviceServicePortTypeClient | Attempts to update metadata associated with the device identified by the wscClientID parameter. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.DocTrackingServicePortTypeClient | Client for sending document tracking to server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetAdvancedSettings.GetAdvancedSettingsServicePortTypeClient | Client for sending request to get advanced settings from server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetFieldsToValidate.GetFieldsToValidateServicePortTypeClient | Sent from the client to request fields to perform validation. The server retrieves a list of fields, which indicates the fields that trigger validation, what the value of the field is, whether the field is read-only, and if the field is a selection list (and whether or not it forces matches). This service should be invoked when the user the indexing is first loaded and when the user starts a new job. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields2.GetIndexFieldsService2PortTypeClient | Retrieves index fields from the specified destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields.GetIndexFieldsServicePortTypeClient | Retrieves index fields from the specified destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.LicenseCheck.LicenseCheckServicePortTypeClient | Queries the Kofax product to determine if the Web Services Connector client is licensed. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Lookup.LookupServicePortTypeClient | Performs fax or email lookup for an index field. See the Kofax product's Guide for instructions for configuring the lookup. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.MetricsServicePortTypeClient | Client for invoking the Metric service. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Notification.NotificationServicePortTypeClient | Client for sending notification to server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Ping.PingServicePortTypeClient | Submits a ping request to the Kofax product to validate connection to the server is active. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Profile.ProfileServicePortTypeClient | Retrieves the current profile associated with the specified Web Services Connector client ID. The profile is a list of the global shortcuts where the Web Services Connector client can submit documents. Each global shortcut contains information about a destination, including index fields. This service is intended to be used to poll the Kofax product for new profile information. The previously obtained profile ID and profile timestamps are passed in, and the server returns new information if the profile has changed. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveAllUsers.RetrieveAllUsersServicePortTypeClient | Retrieves the list of users from the specified server. If there is a large number of the Kofax product users (greater than 1,000), use ValidateUserService instead to check if a user exists. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveScanSettings.RetrieveScanSettingsServicePortTypeClient | Retrieves scan settings for a button (shortcut/destination) from server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanActivityPostAction.ScanActivityPostActionPortTypeClient | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.SendImageService2PortTypeClient | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.SendImageServicePortTypeClient | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox2.SendToKDEInboxService2PortTypeClient | Submits an image to the specified the Kofax product user. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox.SendToKDEInboxServicePortTypeClient | Submits an image to the specified the Kofax product user. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet2.SendWithCoversheetService2PortTypeClient | Sends a document with a coversheet. The coversheet image must be the first image sent. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet.SendWithCoversheetServicePortTypeClient | Sends a document with a coversheet. The coversheet image must be the first image sent. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.StartJob.StartJobServicePortTypeClient | Client for invoking StartJob service. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogin.UserLoginServicePortTypeClient | Submits the user name and password. If the user has logged on successfully, the user's personal shortcuts are retrieved. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogout.UserLogoutServicePortTypeClient | Logs off the user from the Web Services Connector client. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateField.ValidateFieldServicePortTypeClient | Sent by the client to request an updated list of field values based on the current values in the form. The server returns the value of the field, whether the field is read-only, if the field is a selection list (and whether or not it forces matches), and if the entry in the field is valid. This service should be invoked when the user exits a field after entering or changing a value. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateForm.ValidateFormServicePortTypeClient | Sent by the client to the server to identify any fields with errors. The server returns a list of fields that includes the value of the fields and if they are valid. An error message is provided with invalid values. This service should be invoked when the user finishes indexing and submits the form. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser2.ValidateUserService2PortTypeClient | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser.ValidateUserServicePortTypeClient | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
CKofax.KFS.Services.Contracts.WebServices.GetDeviceDestinations.DeviceDestinationsServicePortTypeClient | The client for invoking DeviceDestination service. |
CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.GetDynamicFieldsAndValidateServicePortTypeClient | The client for invoking Validate Dynamic field service. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.Device.DeviceServicePortType | Attempts to update metadata associated with the device identified by the wscClientID parameter. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Device.DeviceServicePortTypeChannel | Attempts to update metadata associated with the device identified by the wscClientID parameter. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Device.DeviceServicePortTypeClient | Attempts to update metadata associated with the device identified by the wscClientID parameter. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.DocTrackingServicePortType | Service for sending document tracking events to the server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.DocTrackingServicePortTypeChannel | Channel for sending document tracking to server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.DocTrackingServicePortTypeClient | Client for sending document tracking to server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetAdvancedSettings.getAdvancedSettingsRequest | Request message for getting advanced setting from server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetAdvancedSettings.getAdvancedSettingsResponse | Response message for a request to get advanced setting from server. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.GetAdvancedSettings.GetAdvancedSettingsServicePortType | Legacy service for getting an advanced setting from the server such as getting retry's interval/duration... |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetAdvancedSettings.GetAdvancedSettingsServicePortTypeChannel | Client for getting advanced setting from server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetAdvancedSettings.GetAdvancedSettingsServicePortTypeClient | Client for sending request to get advanced settings from server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveAllUsers.getAllUsers2Request | Request message for getting a specified number of users in the system. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveAllUsers.getAllUsers2Response | Response message for a request to get a specified number of users from a legacy MFP Client. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveAllUsers.getAllUsersRequest | Retrieves list of user names. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveAllUsers.getAllUsersResponse | Response message for a request to get all users from a legacy mfp device. |
CKofax.KFS.Services.Contracts.WebServices.GetDeviceDestinations.getDeviceDestinationsRequest | Request message for getting destinations which can be used in a legacy mfp device for the current logged-on user, if any. |
CKofax.KFS.Services.Contracts.WebServices.GetDeviceDestinations.getDeviceDestinationsResponse | Response message for a request to get destinations which can be used in a legacy mfp device for the current logged-on user, if any. |
▶CKofax.KFS.Services.Contracts.WebServices.GetDeviceDestinations.GetDeviceDestinationsServicePortType | Legacy service for getting destinations (buttons) available on the target device for current-logged-on user, if any. |
CKofax.KFS.Services.Contracts.WebServices.GetDeviceDestinations.DeviceDestinationsServicePortTypeChannel | Channel interface for DeviceDestination service. |
CKofax.KFS.Services.Contracts.WebServices.GetDeviceDestinations.DeviceDestinationsServicePortTypeClient | The client for invoking DeviceDestination service. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.getDeviceListRequest | Request message for getting list of devices for sepcified vendors. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.getDeviceListResponse | Response message containing list of devices found for the specified vendors. |
CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.getDynamicFieldsAndValidateRequest | Legacy MFP Client's request message for validating value of a dynamic index field. |
▶CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.GetDynamicFieldsAndValidateServicePortType | Defines service type for Legacy MFP Clients to call and validate value of a dynamic index field. |
CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.GetDynamicFieldsAndValidateServicePortTypeChannel | Channel interface for Validate Dynamic field service. |
CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.GetDynamicFieldsAndValidateServicePortTypeClient | The client for invoking Validate Dynamic field service. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetFieldsToValidate.getFieldsToValidateRequest | Extends wscRequest with information for the fields to be validated. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetFieldsToValidate.getFieldsToValidateResponse | Returns information about the fields |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.GetFieldsToValidate.GetFieldsToValidateServicePortType | Sent from the client to request fields to perform validation. The server retrieves a list of fields, which indicates the fields that trigger validation, what the value of the field is, whether the field is read-only, and if the field is a selection list (and whether or not it forces matches). This service should be invoked when the user the indexing is first loaded and when the user starts a new job. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetFieldsToValidate.GetFieldsToValidateServicePortTypeChannel | Channel for validating index fields at the server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetFieldsToValidate.GetFieldsToValidateServicePortTypeClient | Sent from the client to request fields to perform validation. The server retrieves a list of fields, which indicates the fields that trigger validation, what the value of the field is, whether the field is read-only, and if the field is a selection list (and whether or not it forces matches). This service should be invoked when the user the indexing is first loaded and when the user starts a new job. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields2.getIndexFields2Request | Retrieves index fields from the specified destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields2.getIndexFields2Response | Generates a response that includes the array of index fields. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields.getIndexFieldsRequest | Retrieves index fields from the specified destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields.getIndexFieldsResponse | Generates a response that includes the array of index fields. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields2.GetIndexFieldsService2PortType | Retrieves index fields from the specified destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields2.GetIndexFieldsService2PortTypeChannel | Retrieves index fields from the specified destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields2.GetIndexFieldsService2PortTypeClient | Retrieves index fields from the specified destination. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields.GetIndexFieldsServicePortType | Retrieves index fields from the specified destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields.GetIndexFieldsServicePortTypeChannel | Retrieves index fields from the specified destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields.GetIndexFieldsServicePortTypeClient | Retrieves index fields from the specified destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.getMetricsRequest | Request for getting specified system metric (summary) information defined in Kofax.KFS.DataModel.Common.Process.MetricType. This request requires authentication. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.getMetricsResponse | Response message containing information for the requested metric-types. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Profile.getProfileRequest | Sends the current profile ID and timestamp and retrieves the new profile information, if the profile has changed. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Profile.getProfileResponse | Retreives the response for the profile operation. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.getScanHistoryRequest | Wraps a history request. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.getScanHistoryResponse | Wraps a history response. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveScanSettings.getScanSettingsRequest | Legacy service's request message for getting button's scan settings |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveScanSettings.getScanSettingsResponse | Response message containing button's scan settings. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.getShortcutNamesRequest | Request message for getting list all shortcut names available on the server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.getShortcutNamesResponse | Response message containing list of all shortcut names on the server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.getStatusTypeRequest | Wraps a status type request. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.getStatusTypeResponse | Wraps a status type response. |
▶CIClientChannel | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Device.DeviceServicePortTypeChannel | Attempts to update metadata associated with the device identified by the wscClientID parameter. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.DocTrackingServicePortTypeChannel | Channel for sending document tracking to server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetAdvancedSettings.GetAdvancedSettingsServicePortTypeChannel | Client for getting advanced setting from server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetFieldsToValidate.GetFieldsToValidateServicePortTypeChannel | Channel for validating index fields at the server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields2.GetIndexFieldsService2PortTypeChannel | Retrieves index fields from the specified destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields.GetIndexFieldsServicePortTypeChannel | Retrieves index fields from the specified destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.LicenseCheck.LicenseCheckServicePortTypeChannel | Queries the Kofax product to determine if the Web Services Connector client is licensed. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Lookup.LookupServicePortTypeChannel | Performs fax or email lookup for an index field. See the Kofax product's Guide for instructions for configuring the lookup. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.MetricsServicePortTypeChannel | Channel for invoking the Metric Service. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Notification.NotificationServicePortTypeChannel | Channel interface for Notification service. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Ping.PingServicePortTypeChannel | Submits a ping request to the Kofax product to validate connection to the server is active. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Profile.ProfileServicePortTypeChannel | Retrieves the current profile associated with the specified Web Services Connector client ID. The profile is a list of the global shortcuts where the Web Services Connector client can submit documents. Each global shortcut contains information about a destination, including index fields. This service is intended to be used to poll the Kofax product for new profile information. The previously obtained profile ID and profile timestamps are passed in, and the server returns new information if the profile has changed. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveAllUsers.RetrieveAllUsersServicePortTypeChannel | Retrieves the list of users from the specified server. If there is a large number of the Kofax product users (greater than 1,000), use ValidateUserService instead to check if a user exists. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveScanSettings.RetrieveScanSettingsServicePortTypeChannel | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanActivityPostAction.ScanActivityPostActionPortTypePortTypeChannel | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.SendImageService2PortTypeChannel | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.SendImageServicePortTypeChannel | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox2.SendToKDEInboxService2PortTypeChannel | Submits an image to the specified the Kofax product user. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox.SendToKDEInboxServicePortTypeChannel | Submits an image to the specified the Kofax product user. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet2.SendWithCoversheetService2PortTypeChannel | Sends a document with a coversheet. The coversheet image must be the first image sent. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet.SendWithCoversheetServicePortTypeChannel | Sends a document with a coversheet. The coversheet image must be the first image sent. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.StartJob.StartJobServicePortTypeChannel | Channel for invoking StartJob service. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogin.UserLoginServicePortTypeChannel | Submits the user name and password. If the user has logged on successfully, the user's personal shortcuts are retrieved. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogout.UserLogoutServicePortTypeChannel | Logs off the user from the Web Services Connector client. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateField.ValidateFieldServicePortTypeChannel | Sent by the client to request an updated list of field values based on the current values in the form. The server returns the value of the field, whether the field is read-only, if the field is a selection list (and whether or not it forces matches), and if the entry in the field is valid. This service should be invoked when the user exits a field after entering or changing a value. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateForm.ValidateFormServicePortTypeChannel | Sent by the client to the server to identify any fields with errors. The server returns a list of fields that includes the value of the fields and if they are valid. An error message is provided with invalid values. This service should be invoked when the user finishes indexing and submits the form. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser2.ValidateUserService2PortTypeChannel | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser.ValidateUserServicePortTypeChannel | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
CKofax.KFS.Services.Contracts.WebServices.GetDeviceDestinations.DeviceDestinationsServicePortTypeChannel | Channel interface for DeviceDestination service. |
CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.GetDynamicFieldsAndValidateServicePortTypeChannel | Channel interface for Validate Dynamic field service. |
▶CIExtensibleDataObject | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Device.WscResponse | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.WscDocTrackingResponse | This is a Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.WscDocTrackingRequest | Request for writing a document tracking event at the server side. Unused in KFS 4.x and later versions. Kept for backward-compatibility purposes. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.LicenseCheck.WscLicenseCheckResponse | Gets the status of the license for the Web Services client. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Ping.Exception | Exception wrapper class for sending error information back to legacy client. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Ping.XMLStreamException | Error class for any xml stream exception. Reserved. Not used. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogout.WscUserLogoutResponse | Returns a result code to indicate whether or not the logout was successful and an error message, if an error occured. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser2.WscValidateUserNameResponse | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser.WscValidateUserNameResponse | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.IWscResponse | |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.IWscVersioningResponse | |
CKofax.KFS.Services.Contracts.WebServices.GetDeviceDestinations.WscDeviceDestinationsResponse | Response message for a request to get destinations to be displayed from a legacy MFP Client. |
CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.getDynamicFieldsAndValidateResponse | Response message for a request to validate value of a dynamic index field from a legacy MFP Client. |
CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.WscDynamicFieldsAndValidateResponse | Response message for a request to validate value of a dynamic index field from a legacy MFP Client. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.WscResponse | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.WebServices.GetDeviceDestinations.WscDeviceDestinationsResponse | Response message for a request to get destinations to be displayed from a legacy MFP Client. |
CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.getDynamicFieldsAndValidateResponse | Response message for a request to validate value of a dynamic index field from a legacy MFP Client. |
CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.WscDynamicFieldsAndValidateResponse | Response message for a request to validate value of a dynamic index field from a legacy MFP Client. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.LicenseCheck.LicenseCheckServicePortType | Queries the Kofax product to determine if the Web Services Connector client is licensed. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.LicenseCheck.LicenseCheckServicePortTypeChannel | Queries the Kofax product to determine if the Web Services Connector client is licensed. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.LicenseCheck.LicenseCheckServicePortTypeClient | Queries the Kofax product to determine if the Web Services Connector client is licensed. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogin.login2Request | Submits log on request. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogin.login2Response | Retrieves a response to indicate whether or not the logon was successful. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogin.loginRequest | Submits log on request. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogin.loginResponse | Retrieves a response to indicate whether or not the logon was successful. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.LogItem | Contains history information about a single job. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Lookup.lookupRequest | Performs the lookup request. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Lookup.lookupResponse | Retrieves the lookup response. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.Lookup.LookupServicePortType | Performs fax and email lookup for an index field. See the Kofax product's Guide for instructions for configuring the lookup. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Lookup.LookupServicePortTypeChannel | Performs fax or email lookup for an index field. See the Kofax product's Guide for instructions for configuring the lookup. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Lookup.LookupServicePortTypeClient | Performs fax or email lookup for an index field. See the Kofax product's Guide for instructions for configuring the lookup. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.MetricDevice | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.MetricDeviceResponse | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.MetricInput | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.MetricOutput | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.MetricOutputResponse | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.MetricShortcutResponse | |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.MetricsServicePortType | Legacy service for getting system metric information, device list and shortcut names from server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.MetricsServicePortTypeChannel | Channel for invoking the Metric Service. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.MetricsServicePortTypeClient | Client for invoking the Metric service. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Metrics.MetricStatus | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Notification.Notification | Array of notifications to be sent. Each notification is contained in a Notification object. The fields in the Notification object are specified with a NotificationField object. The fields defined with NotificationField objects are TO, CC, BCC, SUBJECT, and BODY. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Notification.NotificationField | Fields for the notification. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Notification.NotificationResponse | Contains resultCode and errorMessage, if any. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.Notification.NotificationServicePortType | Sends notifications by email of events that occur with a document. Refer to the Kofax product Help for instructions. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Notification.NotificationServicePortTypeChannel | Channel interface for Notification service. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Notification.NotificationServicePortTypeClient | Client for sending notification to server. |
▶Cobject | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Device.WscResponse | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.WscDocTrackingResponse | This is a Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.DocTracking.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.LicenseCheck.WscLicenseCheckResponse | Gets the status of the license for the Web Services client. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Ping.Exception | Exception wrapper class for sending error information back to legacy client. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Ping.XMLStreamException | Error class for any xml stream exception. Reserved. Not used. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogout.WscUserLogoutResponse | Returns a result code to indicate whether or not the logout was successful and an error message, if an error occured. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser2.WscValidateUserNameResponse | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser.WscValidateUserNameResponse | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.WscResponse | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.Ping.PingServicePortType | Submits a ping request to the Kofax product to validate connection to the server is active. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Ping.PingServicePortTypeChannel | Submits a ping request to the Kofax product to validate connection to the server is active. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Ping.PingServicePortTypeClient | Submits a ping request to the Kofax product to validate connection to the server is active. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.Profile.ProfileServicePortType | Retrieves the current profile associated with the specified Web Services Connector client ID. The profile is a list of the global shortcuts where the Web Services Connector client can submit documents. Each global shortcut contains information about a destination, including index fields. This service is intended to be used to poll the Kofax product for new profile information. The previously obtained profile ID and profile timestamps are passed in, and the server returns new information if the profile has changed. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Profile.ProfileServicePortTypeChannel | Retrieves the current profile associated with the specified Web Services Connector client ID. The profile is a list of the global shortcuts where the Web Services Connector client can submit documents. Each global shortcut contains information about a destination, including index fields. This service is intended to be used to poll the Kofax product for new profile information. The previously obtained profile ID and profile timestamps are passed in, and the server returns new information if the profile has changed. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Profile.ProfileServicePortTypeClient | Retrieves the current profile associated with the specified Web Services Connector client ID. The profile is a list of the global shortcuts where the Web Services Connector client can submit documents. Each global shortcut contains information about a destination, including index fields. This service is intended to be used to poll the Kofax product for new profile information. The previously obtained profile ID and profile timestamps are passed in, and the server returns new information if the profile has changed. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveAllUsers.RetrieveAllUsersServicePortType | Retrieves the list of users from the specified server. If there is a large number of the Kofax product users (greater than 1,000), use ValidateUserService instead to check if a user exists. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveAllUsers.RetrieveAllUsersServicePortTypeChannel | Retrieves the list of users from the specified server. If there is a large number of the Kofax product users (greater than 1,000), use ValidateUserService instead to check if a user exists. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveAllUsers.RetrieveAllUsersServicePortTypeClient | Retrieves the list of users from the specified server. If there is a large number of the Kofax product users (greater than 1,000), use ValidateUserService instead to check if a user exists. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveScanSettings.RetrieveScanSettingsServicePortType | Legacy service for getting button's scan settings. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveScanSettings.RetrieveScanSettingsServicePortTypeChannel | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveScanSettings.RetrieveScanSettingsServicePortTypeClient | Retrieves scan settings for a button (shortcut/destination) from server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanActivityPostAction.ScanActivityPostActionPortType | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.ScanHistoryServicePortType | This service exposes various operations for scan history. It can retrieve the history for a specified device or user and the state of previously submitted jobs. The service displays these states using localized names. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.sendImageRequest | Inherits WscSubmitRequest and includes destination information. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.sendImageRequest | Inherits WscSubmitRequest and includes destination information. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.sendImageResponse | Inherits WscResponse. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.sendImageResponse | Inherits WscResponse. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.SendImageService2PortType | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanActivityPostAction.ScanActivityPostActionPortTypeClient | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanActivityPostAction.ScanActivityPostActionPortTypePortTypeChannel | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.SendImageService2PortTypeChannel | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.SendImageService2PortTypeClient | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.SendImageServicePortType | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.SendImageServicePortTypeChannel | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.SendImageServicePortTypeClient | Sends an image from the Web Services Connector client to the Kofax product and releases it to the destination. Note that this service does not support batch sending. When multiple images are to be sent, you need to send them one by one and indicate the image sequence using the part number and done flag defined in the WscSubmitRequest object. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Notification.sendNotificationRequest | Request messag for sending notifications by email of events that occur with a document. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Notification.sendNotificationResponse | Response message for a request to send notifications from a legacy mfp device. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox.sendToInboxRequest | Sends the image to the specified the Kofax product user and returns the code. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox2.sendToInboxRequest | Sends the image to the specified the Kofax product user and returns the code. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox.sendToInboxResponse | This is a Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox2.sendToInboxResponse | This is a Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox2.SendToKDEInboxService2PortType | Submits an image to the specified the Kofax product user. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox2.SendToKDEInboxService2PortTypeChannel | Submits an image to the specified the Kofax product user. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox2.SendToKDEInboxService2PortTypeClient | Submits an image to the specified the Kofax product user. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox.SendToKDEInboxServicePortType | Submits an image to the specified the Kofax product user. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox.SendToKDEInboxServicePortTypeChannel | Submits an image to the specified the Kofax product user. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox.SendToKDEInboxServicePortTypeClient | Submits an image to the specified the Kofax product user. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet2.SendWithCoversheetService2PortType | Sends a document with a coversheet. The coversheet image must be the first image sent. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet2.SendWithCoversheetService2PortTypeChannel | Sends a document with a coversheet. The coversheet image must be the first image sent. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet2.SendWithCoversheetService2PortTypeClient | Sends a document with a coversheet. The coversheet image must be the first image sent. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet.SendWithCoversheetServicePortType | Sends a document with a coversheet. The coversheet image must be the first image sent. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet.SendWithCoversheetServicePortTypeChannel | Sends a document with a coversheet. The coversheet image must be the first image sent. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet.SendWithCoversheetServicePortTypeClient | Sends a document with a coversheet. The coversheet image must be the first image sent. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.StartJob.startJobRequest | Wrap style for the start job request. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.StartJob.startJobResponse | Wrap style for the start job response. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.StartJob.StartJobServicePortType | Legacy service for create a new job at server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.StartJob.StartJobServicePortTypeChannel | Channel for invoking StartJob service. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.StartJob.StartJobServicePortTypeClient | Client for invoking StartJob service. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.StatusTypeItem | Key value pair matching a status name to its localized string for the requested language. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet.submitRequestRequest | Sends the image with coversheet. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet2.submitRequestRequest | Sends the image with coversheet. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet.submitRequestResponse | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet2.submitRequestResponse | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogin.UserLoginServicePortType | Submits the user name and password. If the user has logged on successfully, the user's personal shortcuts are retrieved. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogin.UserLoginServicePortTypeChannel | Submits the user name and password. If the user has logged on successfully, the user's personal shortcuts are retrieved. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogin.UserLoginServicePortTypeClient | Submits the user name and password. If the user has logged on successfully, the user's personal shortcuts are retrieved. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogout.UserLogoutServicePortType | Logs off the user from the Web Services Connector client. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogout.UserLogoutServicePortTypeChannel | Logs off the user from the Web Services Connector client. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogout.UserLogoutServicePortTypeClient | Logs off the user from the Web Services Connector client. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateField.validateFieldRequest | Extends WscRequest and includes information about the field to be validated. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateField.validateFieldResponse | Returns information about the fields. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateField.ValidateFieldServicePortType | Sent by the client to request an updated list of field values based on the current values in the form. The server returns the value of the field, whether the field is read-only, if the field is a selection list (and whether or not it forces matches), and if the entry in the field is valid. This service should be invoked when the user exits a field after entering or changing a value. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateField.ValidateFieldServicePortTypeChannel | Sent by the client to request an updated list of field values based on the current values in the form. The server returns the value of the field, whether the field is read-only, if the field is a selection list (and whether or not it forces matches), and if the entry in the field is valid. This service should be invoked when the user exits a field after entering or changing a value. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateField.ValidateFieldServicePortTypeClient | Sent by the client to request an updated list of field values based on the current values in the form. The server returns the value of the field, whether the field is read-only, if the field is a selection list (and whether or not it forces matches), and if the entry in the field is valid. This service should be invoked when the user exits a field after entering or changing a value. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateForm.validateFormRequest | Extends WscRequest and includes information about the form. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateForm.validateFormResponse | Returns information about the form. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateForm.ValidateFormServicePortType | Sent by the client to the server to identify any fields with errors. The server returns a list of fields that includes the value of the fields and if they are valid. An error message is provided with invalid values. This service should be invoked when the user finishes indexing and submits the form. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateForm.ValidateFormServicePortTypeChannel | Sent by the client to the server to identify any fields with errors. The server returns a list of fields that includes the value of the fields and if they are valid. An error message is provided with invalid values. This service should be invoked when the user finishes indexing and submits the form. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateForm.ValidateFormServicePortTypeClient | Sent by the client to the server to identify any fields with errors. The server returns a list of fields that includes the value of the fields and if they are valid. An error message is provided with invalid values. This service should be invoked when the user finishes indexing and submits the form. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser2.ValidateUserService2PortType | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser2.ValidateUserService2PortTypeChannel | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser2.ValidateUserService2PortTypeClient | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser.ValidateUserServicePortType | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser.ValidateUserServicePortTypeChannel | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateUser.ValidateUserServicePortTypeClient | If the submitted user name (case-insensitive) is valid, this will return the user name with the correct capitalization. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.WscDestination | Attributes for a destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.WscDestination | Attributes for a destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Profile.WscDestination | Attributes for a destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogin.WscDestination | |
CKofax.KFS.Services.Contracts.WebServices.GetDeviceDestinations.WscDestination2 | Attributes for a destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetAdvancedSettings.WscGetAdvancedSettingsRequest | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetAdvancedSettings.WscGetAdvancedSettingsResponse | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetFieldsToValidate.WscGetFieldsToValidateResponse | Returns information about the fields. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogin.WscIndexField | Array of index fields for the destination. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Profile.WscIndexField | Attributes for the field. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.WscIndexField | Attributes for the field. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.WscIndexField | Attributes for the field. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields.WscIndexField | Attributes for the field. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields2.WscIndexField | Attributes for the field. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields2.WscIndexField2 | Array of index fields. |
CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.WscIndexFieldDynamic | Defines index field data structure for legacy MFP devices. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields.WscIndexFieldsResponse | This is a Web service response that includes the array of index fields, result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields2.WscIndexFieldsResponse2 | This is a Web service response that includes the array of index fields, result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet.WscKeyValuePair | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.WscKeyValuePair | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox.WscKeyValuePair | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox2.WscKeyValuePair | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet2.WscKeyValuePair | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.WscKeyValuePair | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Lookup.WscLookupResponse | Response to the lookup, which include an array of search results, result code, and error message, if any. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Profile.WscProfileRequest | Sends the profile request with the client ID. May include the profile ID and a timestamp. Submitting any currentProfileId string or currentProfileTimestamp that does not match the profile ID or timestamp associated with the client at the server will result in the current profile associated with the client at the server being returned in the WscProfileResponse, without any error. The purpose of submitting the current profile ID and timestamp at the client is simply to avoid the processing delay of looking up the profile information at the server, if the profile has not changed since the last profile received by the client. When the current profile ID and current profile timestamp from the client match the server values, the profile has not changed at the server. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Profile.WscProfileResponse | Gets the response, which includes the new profile ID and timestamp, global shortcuts that are part of the profile, result code, and error message, if any. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.StartJob.WscRequest | |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet2.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet2.WscSubmitRequest | Inherits WscRequest and specifies information about the request, including the whether the document submission was finished successfully, canceled, or aborted. Also includes the type of Web Services Connector client, image type, and part number. In the Kofax product, images are sent one by one if a document submission has multiple images. The partNumber, done, cancelled, and aborted fields are combined to indicate the submission status. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet2.WscSendWithCoversheetRequest | Inherits WscSubmitRequest and uses the same members. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.WscSubmitRequest | Inherits WscRequest and specifies information about the request, including the whether the document submission was finished successfully, canceled, or aborted. Also includes the type of Web Services Connector client, image type, and part number. In the Kofax product, images are sent one by one if a document submission has multiple images. The partNumber, done, cancelled, and aborted fields are combined to indicate the submission status. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.WscSendImageRequest | Inherits WscSubmitRequest and specifies destination information that is encapsulated in WscDestination. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveScanSettings.WscRequest | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveScanSettings.WscRetrieveScanSettingsRequest | |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.WscSubmitRequest | Inherits WscRequest and specifies information about the request, including the whether the document submission was finished successfully, canceled, or aborted. Also includes the type of Web Services Connector client, image type, and part number. In the Kofax product, images are sent one by one if a document submission has multiple images. The partNumber, done, cancelled, and aborted fields are combined to indicate the submission status. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.WscSendImageRequest | Inherits WscSubmitRequest and specifies destination information that is encapsulated in WscDestination. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.WscScanHistoryRequest | Enables the caller to specify parameters for retrieving job history. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.WscStatusRequest | Contains the device ID and language to use for retrieving localized strings. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.GetFieldsToValidate.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetFieldsToValidate.WscGetFieldsToValidateRequest | Extends WscRequest and includes parameters for different fields. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
CKofax.KFS.Services.Contracts.WebServices.GetDeviceDestinations.WscDeviceDestinationsRequest | |
CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.WscDynamicFieldsAndValidateRequest | Legacy MFP Client's request message for validating value of a dynamic index field. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.Lookup.WscRequest | This generic web service request is used by all Web services. Important Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Lookup.WscLookupRequest | Sends the request to perform the lookup. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet.WscSubmitRequest | Inherits WscRequest and specifies information about the request, including the whether the document submission was finished successfully, canceled, or aborted. Also includes the type of Web Services Connector client, image type, and part number. In the Kofax product, images are sent one by one if a document submission has multiple images. The partNumber, done, cancelled, and aborted fields are combined to indicate the submission status. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet.WscSendWithCoversheetRequest | Inherits WscSubmitRequest and uses the same members. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox.WscSubmitRequest | Inherits WscRequest and specifies information about the request, including the whether the document submission was finished successfully, canceled, or aborted. Also includes the type of Web Services Connector client, image type, and part number. In the Kofax product, images are sent one by one if a document submission has multiple images. The partNumber, done, cancelled, and aborted fields are combined to indicate the submission status. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox.WscSendToKDEInboxRequest | Inherits WscSubmitRequest and includes the Kofax product user name. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.Notification.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Notification.NotificationRequest | A request that sends the API key and the notification text. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields.WscRequest | This generic web service request is used by all Web services. Important Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields.WscIndexFieldsRequest | Retrieves information about the index field. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields2.WscRequest | This generic web service request is used by all Web services. Important Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetIndexFields2.WscIndexFieldsRequest | Retrieves information about the index field. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateForm.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateForm.WscValidateFormRequest | Extends WscRequest and includes information about the form. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateField.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateField.WscValidateFieldRequest | Extends WscRequest and includes information about the field. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox2.WscRequest | This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox2.WscSubmitRequest | Inherits WscRequest and specifies information about the request, including the whether the document submission was finished successfully, canceled, or aborted. Also includes the type of Web Services Connector client, image type, and part number. In the Kofax product, images are sent one by one if a document submission has multiple images. The partNumber, done, cancelled, and aborted fields are combined to indicate the submission status. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox2.WscSendToKDEInboxRequest | Inherits WscSubmitRequest and includes the Kofax product user name. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet2.WscResponse | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendWithCoversheet.WscResponse | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage.WscResponse | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendImage2.WscResponse | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox2.WscResponse | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.SendToKDEInbox.WscResponse | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
▶CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.WscResponseBase | This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.WscScanHistoryResponse | Contains a list of log items for each job history item found. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.WscStatusResponse | Contains a list of StatusTypeItems for each of the possible job history states. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveAllUsers.WscRetrieveAllUsersResponse | Returns a result code, an error message if result code is not 0, and an array of user names. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveScanSettings.WscRetrieveScanSettingsResponse | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.RetrieveScanSettings.WscScanSetting | |
CKofax.KFS.Services.Contracts.Legacy.WebServices.Lookup.WscSearchListEntry | An array of search results. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.StartJob.WscStartJobResponse | |
CKofax.KFS.Services.Contracts.WebServices.GetDynamicFieldsAndValidate.WscSuggested | Represents a suggested index field value used for displaying combobox or choice list at a legacy MFP client. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.UserLogin.WscUserLoginResponse | Retrieves a Boolean value to indicate whether or not the logon was successful. If the logon is successful, it retrieves the user's personal shortcuts. The response also retrieves a result code, and error message, if there is one. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateField.WscValidateFieldResponse | Returns information about the fields. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateForm.WscValidateFormResponse | Returns information about the fields. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateField.WscValidationFieldInfo | Includes parameters for the fields. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.ValidateForm.WscValidationFieldInfo | Includes parameters for the fields. |
CKofax.KFS.Services.Contracts.Legacy.WebServices.GetFieldsToValidate.WscValidationFieldInfo | Includes parameters for the fields. |