| getappfwmultipartformcontenttypeResult Structure Definition |
The getappfwmultipartformcontenttypeResult structure defines the return type for getappfwmultipartformcontenttype 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. |
appfwmultipartformcontenttypeList |
List of appfwmultipartformcontenttypes |
| appfwmultipartformcontenttype Structure Definition |
The appfwmultipartformcontenttype structure defines the actual return type values for getappfwmultipartformcontenttype API. |
Syntax |
Members |
multipartformcontenttypevalue |
Content type to be classified as multipart form |
isregex |
Is multipart_form content type a regular expression? |
builtin |
Flag to determine if multipart form contenttype is built-in or not |
_nextgenapiresource |
See Also |