The IInstanceWorkflowSubscriptionSet object containing the IInstanceWorkflowSubscription objects whose target is this object.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property WorkflowSubscriptions As IInstanceWorkflowSubscriptionSet
C#
IInstanceWorkflowSubscriptionSet WorkflowSubscriptions { get; }
Visual C++
property IInstanceWorkflowSubscriptionSet^ WorkflowSubscriptions {
	IInstanceWorkflowSubscriptionSet^ get ();
}
JavaScript
function get_workflowSubscriptions();

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: SubscriptionTarget
RequiredClass: InstanceWorkflowSubscription
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also