The list of ActiveMarking objects currently applied to a given object. Each ActiveMarking object represents a marking that is in a MarkingSet associated with a property on the object.


Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property ActiveMarkings As IActiveMarkingList
C#
IActiveMarkingList ActiveMarkings { get; }
C++
property IActiveMarkingList ActiveMarkings abstract  {
    IActiveMarkingList get();
}
J#
/** property */
public IActiveMarkingList get_ActiveMarkings();
JScript
public function get ActiveMarkings() : IActiveMarkingList

Remarks

See Also