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