A reference to the Containable object that is acting as the coordinator for this and other related tasks. To return an enumeration of all related tasks coordinated by the object, call Containable.Coordinator.

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

ToggleSyntax

Visual Basic (Declaration)
Property Coordinator As IContainable
C#
IContainable Coordinator { get; set; }
Visual C++
property IContainable^ Coordinator {
	IContainable^ get ();
	void set (IContainable^ value);
}
JavaScript
function get_coordinator();
function set_coordinator(value);

ToggleRemarks

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: CoordinatedTasks
RequiredClass: Containable
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: LINK

ToggleSee Also