Represents a collection of PropertyDefinitionBinary objects. To create an instance of this object, call Factory.PropertyDefinitionBinary.CreateList().

Namespace:  FileNet.Api.Collection
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.0.0.")> _
Public Interface IPropertyDefinitionBinaryList _
	Implements IPropertyDefinitionList, IDependentObjectList, IEngineCollection, ICloneable,  _
	IList, ICollection, IEnumerable
C#
[ObsoleteAttribute("As of release 5.0.0.")]
public interface IPropertyDefinitionBinaryList : IPropertyDefinitionList, 
	IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, 
	IEnumerable
Visual C++
[ObsoleteAttribute(L"As of release 5.0.0.")]
public interface class IPropertyDefinitionBinaryList : IPropertyDefinitionList, 
	IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, 
	IEnumerable
JavaScript
FileNet.Api.Collection.IPropertyDefinitionBinaryList = function();
FileNet.Api.Collection.IPropertyDefinitionBinaryList.createInterface('FileNet.Api.Collection.IPropertyDefinitionBinaryList');

ToggleSee Also