| getappfwlearningdataResult Structure Definition |
The getappfwlearningdataResult structure defines the return type for getappfwlearningdata 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. |
appfwlearningdataList |
List of appfwlearningdatas |
| appfwlearningdata Structure Definition |
The appfwlearningdata structure defines the actual return type values for getappfwlearningdata API. |
Syntax |
Members |
profilename |
Name of the profile. |
securitycheck |
Name of the security check. |
url |
Learnt url |
name |
Learnt field name |
fieldtype |
Learnt field type |
fieldformatminlength |
The minimum allowed length for data in this form field. |
fieldformatmaxlength |
The maximum allowed length for data in this form field. |
fieldformatcharmappcre |
Form field value allowed character map. |
valuetype |
Learnt field value type |
value |
Learnt field value |
hits |
Learnt entity hit count |
_nextgenapiresource |
See Also |