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