getappfwconfidfieldResult Structure Definition

The getappfwconfidfieldResult structure defines the return type for getappfwconfidfield API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

appfwconfidfieldList

List of appfwconfidfields


appfwconfidfield Structure Definition

The appfwconfidfield structure defines the actual return type values for getappfwconfidfield API.

Syntax



Members

fieldname

Name of the web form field.

url

URL of the web page that contains the web form with the form field.

isregex

Method of specifying the form field name. Available settings function as follows: * REGEX. Form field is a regular expression. * NOTREGEX. Form field is a literal string.

comment

Any comments to preserve information about the form field designation.

state

Enable or disable the confidential field designation.

_nextgenapiresource


See Also