| getpolicypatsetfileResult Structure Definition |
The getpolicypatsetfileResult structure defines the return type for getpolicypatsetfile 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. |
policypatsetfileList |
List of policypatsetfiles |
| policypatsetfile Structure Definition |
The policypatsetfile structure defines the actual return type values for getpolicypatsetfile API. |
Syntax |
Members |
name |
Name to assign to the imported patset file. |
imported |
When set, display only shows all imported patsetfiles. |
src |
URL in protocol, host, path, and file name format from where the patset file will be imported. If file is already present, then it can be imported using local keyword (import patsetfile local:filename patsetfile1)
NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access |
charset |
Character set associated with the characters in the string. |
totalpatterns |
Total number of patterns in the patset file. |
boundpatterns |
Total number of patterns bound to a patset. |
patsetname |
The patset with which the patsetfile is associated. |
comment |
Any comments to preserve information about this patsetfile. |
bindstatuscode |
The status code of pattern bindings to patset. |
bindstatus |
The status of pattern bindings to patset. |
_nextgenapiresource |
See Also |