SE_xmltaginfo_set_exclusion

Sets the XML tag's exclusion flag.

Usage syntax

LONG SE_xmltaginfo_set_exclusion
(SE_XMLTAGINFO tag,
BOOL is_excluded);

Parameters

tag

The XML tag information object.

is_excluded

The tag's exclusion flag value (TRUE or FALSE).

Description

This function sets the exclusion flag contained in the XML tag information object.  If is_excluded is TRUE, the server will not index the tag. If it is FALSE (the default), then the tag will be indexed.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_PARAM_VALUE

SE_INVALID_XMLTAG_OBJECT

SE_SDE_NOT_STARTED