Specifies an IdList object containing a list of optional alias IDs for this class definition, property definition, or property template. Depending on the type of object to which it belongs, an alias ID is set equal to the PrimaryId of another property definition, the Id of another property template, or the Id of another class definition in another object store to equate the two properties or classes as being the same entity in multiple object store searches (see the SearchScope class).


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property AliasIds As IIdList
C#
IIdList AliasIds { get; set; }
C++
property IIdList AliasIds abstract  {
    IIdList get();
    void set(IIdList value);
}
J#
/** property */
public IIdList get_AliasIds();

/** property */
public void set_AliasIds(IIdList value);
JScript
public function get AliasIds() : IIdList

public function set AliasIds(value : IIdList);

Remarks

See Also