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.Security
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ActiveMarkings As IActiveMarkingList
C#
IActiveMarkingList ActiveMarkings { get; }
Visual C++
property IActiveMarkingList^ ActiveMarkings {
	IActiveMarkingList^ get ();
}
JavaScript
function get_activeMarkings();

ToggleRemarks

ToggleSee Also