An enumeration of sweep relationships that identify the policy controlled sweeps related to this sweep policy. A sweep relationship is represented by a ICmSweepPolicyRelationship object.

Namespace:  FileNet.Api.Sweep
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SweepSubscriptions As ICmSweepPolicyRelationshipSet
C#
ICmSweepPolicyRelationshipSet SweepSubscriptions { get; }
Visual C++
property ICmSweepPolicyRelationshipSet^ SweepSubscriptions {
	ICmSweepPolicyRelationshipSet^ get ();
}
JavaScript
function get_sweepSubscriptions();

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: ENUM
CopyToReservation: false
DataType: OBJECT
DeletionAction: CASCADE
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: SweepSubscriber
RequiredClass: CmSweepPolicyRelationship
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also