Represents a collection of AddOn objects.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IAddOnSet _ Implements IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, _ ICloneable |
C# |
---|
public interface IAddOnSet : IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
Visual C++ |
---|
public interface class IAddOnSet : IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
JavaScript |
---|
FileNet.Api.Collection.IAddOnSet = function(); FileNet.Api.Collection.IAddOnSet.createInterface('FileNet.Api.Collection.IAddOnSet'); |