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)

ToggleSyntax

Visual Basic (Declaration)
Property SearchObjectStore As IObjectStore
C#
IObjectStore SearchObjectStore { get; set; }
Visual C++
property IObjectStore^ SearchObjectStore {
	IObjectStore^ get ();
	void set (IObjectStore^ value);
}
JavaScript
function get_searchObjectStore();
function set_searchObjectStore(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: DocSpace
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ

ToggleSee Also