SE_xmltaginfo_is_excluded
Returns the XML tag's exclusion flag.
Usage syntax
BOOL SE_xmltaginfo_is_excluded
(SE_XMLTAGINFO tag);
Parameters
|
tag |
The XML tag information object. |
Description
This function returns the exclusion flag contained in the XML tag information object. If the flag is FALSE, then the tag will be indexed. If the flag is TRUE, then the tag will not be indexed.