Represents a collection of PropertyDescriptionBinary objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyDescriptionBinaryList
    Implements IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IPropertyDescriptionBinaryList : IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IPropertyDescriptionBinaryList : IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IPropertyDescriptionBinaryList implements IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IPropertyDescriptionBinaryList extends IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also