ISubscription
-based object(IClassSubscription
, IClassWorkflowSubscription
, IInstanceSubscription
, IInstanceWorkflowSubscription
). You set the property with an a Subscribable
object, then specify the property when you create the ISubscription
-based object. For a
or
object, set the value of the
property to a
object or subclass that specifies a type of Content Engine class (for example, Document or Folder). This means that any instance of the class, whether it currently exists in the persistent store or you create a new instance, will, when acted upon, cause one or moreof the
object's events to be raised.
For an
or
object, set the value of the
property to a specific
. This means that only this currently instantiated object, when acted upon, causes one or more of the
object's events to be raised. If the object is a
object, the event is raised when a version in the version series is acted upon.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property SubscriptionTarget As ISubscribable |
C# |
---|
ISubscribable SubscriptionTarget { get; set; } |
C++ |
---|
property ISubscribable SubscriptionTarget abstract { ISubscribable get(); void set(ISubscribable value); } |
J# |
---|
/** property */ public ISubscribable get_SubscriptionTarget(); /** property */ public void set_SubscriptionTarget(ISubscribable value); |
JScript |
---|
public function get SubscriptionTarget() : ISubscribable public function set SubscriptionTarget(value : ISubscribable); |
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: DMA
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ