Specifies the set of markings for a given string-valued property. An IMarkingSet is a container that holds all of the possible values for a particular marking-enabled property. Each IMarking object in the marking set represents a different value for the property.
Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)
You can retrieve a string-valued property's marking set by calling Get_MarkingSet() method on the IPropertyDefinitionString, IPropertyTemplateString, or IPropertyDescriptionString interfaces.
Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property MarkingSet As IMarkingSet |
C# |
---|
IMarkingSet MarkingSet { get; } |
C++ |
---|
property IMarkingSet MarkingSet abstract { IMarkingSet get(); } |
J# |
---|
/** property */ public IMarkingSet get_MarkingSet(); |
JScript |
---|
public function get MarkingSet() : IMarkingSet |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: MarkingSet
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ