IixssoQuery::AllowEnumeration property
[Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.]
Determines whether the query engine can use enumeration queries to resolve the result set. This property is used when resolving a query for properties that involve recursively searching directories for property information.
This property is read/write.
Syntax
HRESULT put_AllowEnumeration(
[in] VARIANT_BOOL val
);
HRESULT get_AllowEnumeration(
[out, retval] VARIANT_BOOL *val
);
Property value
When set to VARIANT_TRUE, allows queries to use enumeration to resolve the result set. Otherwise, queries are forced to use indexes only for resolution. The default value is VARIANT_FALSE.
Remarks
This property expresses the inverse of the .idq parameter CiForceUseCI. For Web clients, the query string variable in URLs associated with this property is ae.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
End of client support |
Windows 7 |
End of server support |
Windows Server 2008 R2 |
DLL |
|
See also