The following table lists the types derived from ISubscribableSet .

Derived Types

Type Description
IActionConsumerSet Represents a collection of IActionConsumer objects.
IActionSet Represents a collection of IAction objects.
IAnnotationSet Represents a collection of Annotation objects.
IChoiceListSet Represents a collection of ChoiceList objects.
IClassDefinitionSet Represents a collection of objects, each of which is an instance of a ClassDefinition class or one of its subclasses.
IClassSubscriptionSet Represents a collection of IClassSubscription objects.
IClassWorkflowSubscriptionSet Represents a collection of IClassWorkflowSubscription objects.
ICodeModuleSet Represents a collection of ICodeModule objects.
IComponentRelationshipSet Represents a collection of ComponentRelationship objects.
IContainableSet Represents a collection of Containable objects.
IContainmentRelationshipSet Represents a collection of ContainmentRelationship objects.
ICustomObjectSet Represents a collection of CustomObject objects.
IDatabaseStorageAreaSet Represents a collection of DatabaseStorageArea objects.
IDocumentClassDefinitionSet Represents a collection of DocumentClassDefinition objects.
IDocumentClassificationActionSet Represents a collection of DocumentClassificationAction objects.
IDocumentLifecycleActionSet Represents a collection of DocumentLifecycleAction objects.
IDocumentLifecyclePolicySet Represents a collection of DocumentLifecyclePolicy objects.
IDocumentSet Represents a collection of Document objects.
IDynamicReferentialContainmentRelationshipSet Represents a collection of DynamicReferentialContainmentRelationship objects.
IEventActionSet Represents a collection of IEventAction objects.
IEventClassDefinitionSet Represents a collection of IEventClassDefinition objects.
IFileStorageAreaSet Represents a collection of FileStorageArea objects.
IFixedStorageAreaSet Represents a collection of FixedStorageArea objects.
IFolderSet Represents a collection of Folder objects.
IIndexAreaSet Represents a collection of IndexArea objects.
IInstanceSubscriptionSet Represents a collection of IInstanceSubscription objects.
IInstanceWorkflowSubscriptionSet Represents a collection of IInstanceWorkflowSubscription objects.
ILinkSet Represents a collection of Link objects.
IPropertyTemplateBinarySet Represents a collection of PropertyTemplateBinary objects.
IPropertyTemplateBooleanSet Represents a collection of PropertyTemplateBoolean objects.
IPropertyTemplateDateTimeSet Represents a collection of PropertyTemplateDateTime objects.
IPropertyTemplateFloat64Set Represents a collection of PropertyTemplateFloat64 objects.
IPropertyTemplateIdSet Represents a collection of PropertyTemplateId objects.
IPropertyTemplateInteger32Set Represents a collection of PropertyTemplateInteger32 objects.
IPropertyTemplateObjectSet Represents a collection of PropertyTemplateObject objects.
IPropertyTemplateSet Represents a collection of objects, each of which is an instance of a PropertyTemplate subclass (PropertyTemplateBinary, PropertyTemplateBoolean, and so on).
IPropertyTemplateStringSet Represents a collection of PropertyTemplateString objects.
IPublishRequestSet Represents a collection of PublishRequest objects.
IPublishStyleTemplateSet Represents a collection of PublishStyleTemplate objects.
IPublishTemplateSet Represents a collection of PublishTemplate objects.
IReferentialContainmentRelationshipSet Represents a collection of ReferentialContainmentRelationship objects.
IRelationshipSet Represents a collection of Relationship objects.
IReplicableClassDefinitionSet Represents a collection of ReplicableClassDefinition objects.
IReplicableSet Represents a collection of Replicable objects.
ISecurityPolicySet Represents a collection of SecurityPolicy objects.
IStorageAreaSet Represents a collection of database, file, and/or fixed storage area objects.
IStoragePolicySet Represents a collection of StoragePolicy objects.
ISubscribableClassDefinitionSet Represents a collection of SubscribableClassDefinition objects.
ISubscriptionSet Represents a collection of ISubscription objects or one of its subclasses. To return this object, use the Subscriptions property on IObjectStore.
IVerityIndexAreaSet Represents a collection of VerityIndexArea objects.
IVersionableClassDefinitionSet Represents a collection of VersionableClassDefinition objects.
IVersionableSet Represents a collection of objects, each of which is instantiated from an IVersionable subinterface.
IVersionSeriesSet Represents a collection of VersionSeries objects.
IWorkflowDefinitionSet Represents a collection of IWorkflowDefinition objects.
IWorkflowEventActionSet Represents a collection of IWorkflowEventAction objects.
IXMLPropertyMappingScriptSet Represents a collection of XMLPropertyMappingScript objects.

See Also