For ICmRecoveryItem, the original object that was marked for deletion. To get the original object, the user must have the VIEW_RECOVERABLE_OBJECTS access right on the object store.
Namespace:
FileNet.Api.Util
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property OriginalObject As ISubscribable |
| C# |
|---|
ISubscribable OriginalObject { get; set; } |
| Visual C++ |
|---|
property ISubscribable^ OriginalObject { ISubscribable^ get (); void set (ISubscribable^ value); } |
| JavaScript |
|---|
function get_originalObject(); function set_originalObject(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: Subscribable
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ_DELETE