Represents a Content Engine property that holds an IdList object. An IdList object is a collection (ordered, non-unique) of Id objects, each of which represents a GUID String value.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyIdList
    Implements IProperty, ICloneable
C#
public interface IPropertyIdList : IProperty, ICloneable
C++
interface class IPropertyIdList : IProperty, ICloneable
J#
public interface IPropertyIdList implements IProperty, ICloneable
JScript
public interface IPropertyIdList extends IProperty, ICloneable

See Also