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
collection contains all markings assigned to a single object.
From the properties on this interface, you can retrieve the value of the associated
property, and the display name of the property to which the active marking applies. (See the
property.)
You cannot create a new
object. However, you can get a reference to one by retrieving an object's
property, the value of which is an
, 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