Represents a collection of ExternalClassDescription objects. You can retrieve this collection with the ExternalClassDescriptions property of an ExternalRepository object.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IExternalClassDescriptionSet _
	Implements IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable,  _
	ICloneable
C#
public interface IExternalClassDescriptionSet : IIndependentObjectSet, 
	IEngineSet, IEngineCollection, IEnumerable, ICloneable
Visual C++
public interface class IExternalClassDescriptionSet : IIndependentObjectSet, 
	IEngineSet, IEngineCollection, IEnumerable, ICloneable
JavaScript
FileNet.Api.Collection.IExternalClassDescriptionSet = function();
FileNet.Api.Collection.IExternalClassDescriptionSet.createInterface('FileNet.Api.Collection.IExternalClassDescriptionSet');

ToggleSee Also