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)
Syntax
| 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); |
Remarks
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