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)

ToggleSyntax

Visual Basic (Declaration)
Property AliasIds As IIdList
C#
IIdList AliasIds { get; set; }
Visual C++
property IIdList^ AliasIds {
	IIdList^ get ();
	void set (IIdList^ value);
}
JavaScript
function get_aliasIds();
function set_aliasIds(value);

ToggleRemarks

ToggleSee Also