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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyIdList _
	Implements IProperty, ICloneable
C#
public interface IPropertyIdList : IProperty, 
	ICloneable
Visual C++
public interface class IPropertyIdList : IProperty, 
	ICloneable
JavaScript
FileNet.Api.Property.IPropertyIdList = function();
FileNet.Api.Property.IPropertyIdList.createInterface('FileNet.Api.Property.IPropertyIdList');

ToggleSee Also