Specifies the class for which instances will be swept.
Set this property to a class that is valid for the
type of sweep to be run.
Namespace:
FileNet.Api.SweepFor a background search sweep, this property is set automatically to the background search result class.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property SweepTarget As IClassDefinition |
C# |
---|
IClassDefinition SweepTarget { get; set; } |
Visual C++ |
---|
property IClassDefinition^ SweepTarget { IClassDefinition^ get (); void set (IClassDefinition^ value); } |
JavaScript |
---|
function get_sweepTarget(); function set_sweepTarget(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: ClassDefinition
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ