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.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property MarkingSet As IMarkingSet |
| C# |
|---|
IMarkingSet MarkingSet { get; set; } |
| Visual C++ |
|---|
property IMarkingSet^ MarkingSet { IMarkingSet^ get (); void set (IMarkingSet^ value); } |
| JavaScript |
|---|
function get_markingSet(); function set_markingSet(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: MarkingSet
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ