Represents a marking that is currently applied to a given object.

Any object that can have a marking can be assigned one or more markings. A marking that is assigned to an object is called an active marking. An ActiveMarkingList collection contains all markings assigned to a single object.

From the properties on this interface, you can retrieve the value of the associated Marking property, and the display name of the property to which the active marking applies. (See the PropertyDisplayName property.)

You cannot create a new ActiveMarking object. However, you can get a reference to one by retrieving an object's ActiveMarkings property, the value of which is an ActiveMarkingList, and then retrieving an item from the returned collection using an approach of your choice.


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

Syntax

Visual Basic (Declaration)
Public Interface IActiveMarking
    Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IActiveMarking : IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class IActiveMarking : IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface IActiveMarking implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface IActiveMarking extends IRepositoryObject, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject

See Also