IsContentIndexed Property
The IsContentIndexed property contains the flag that indicates whether a property is indexed for full-text search.
Property IsContentIndexed As Boolean[C++]
Get method:
HRESULT get_IsContentIndexed(VARIANT_BOOL*pIsContentIndexed);
Put method:
HRESULT put_IsContentIndexed(VARIANT_BOOLvarIsContentIndexed);
[Visual Basic]
Parameters
None.
Return Values
This property returns a Boolean that contains the flag that indicates whether a property is indexed for a full-text search.
Error Values
If an error is raised, Err.Number is set to one of the values documented on the Error Messages page.
[C++]
Parameters
Get method:
- pIsContentIndexed
[out, retval] Pointer to a VARIANT_BOOL that contains the flag that indicates whether a property is indexed for a full-text search.
Put method:
- varIsContentIndexed
[in] VARIANT_BOOL that contains the flag that indicates whether a property is indexed for a full-text search.
Return Values
For a list of error messages returned by SharePoint Portal Server, see Error Messages.
Remarks
If the IsContentIndexed property is VARIANT_TRUE, the property values are indexed for full-text search. If IsContentIndexed is VARIANT_FALSE, values are not indexed for full-text search. The default value is VARIANT_FALSE.