Represents a collection of
objects. To create an instance of
, call
on the
class.
Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IIdList Implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C# |
---|
public interface IIdList : IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C++ |
---|
interface class IIdList : IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
J# |
---|
public interface IIdList implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
JScript |
---|
public interface IIdList extends IEngineCollection, IEnumerable, ICloneable, IList, ICollection |