IAddOn
objects superseded by this IAddOn
. Although present on the
object and, by inheritance, the
object, this property has no use on the
object..
A newer version
must specify in this property the IDs of the prior version
objects that it functionally replaces, allowing an application with a dependency on that replaced (superseded) functionality to determine whether the functionality is available through the superseding
. (See also the
helper method.)
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property SupersededAddOnIds As IIdList |
C# |
---|
IIdList SupersededAddOnIds { get; set; } |
C++ |
---|
property IIdList SupersededAddOnIds abstract { IIdList get(); void set(IIdList value); } |
J# |
---|
/** property */ public IIdList get_SupersededAddOnIds(); /** property */ public void set_SupersededAddOnIds(IIdList value); |
JScript |
---|
public function get SupersededAddOnIds() : IIdList public function set SupersededAddOnIds(value : IIdList); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
Datatype: GUID
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: true
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ