An
IObjectStore object that represents the object store against which this background search will execute.
This property needs to be set only if you want to search an object store that is different from the object store to which the
ICmBackgroundSearch instance belongs. If this property is null, the search is conducted in the same
object store to which the
ICmBackgroundSearch instance belongs.
If the search is against a different object store than the object store to which the ICmBackgroundSearch instance belongs
and the SELECT list of the search expression includes any object valued-properties, then the corresponding
properties of the ICmBackgroundSearch instance must allow foreign objects (their AllowsForeignObject
property must be set to true); otherwise, the search will fail.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property SearchObjectStore As IObjectStore |
JavaScript |
---|
function get_searchObjectStore();
function set_searchObjectStore(value); |