Click or drag to resize

Subscriptions Interface

Subscriptions collection Class

Namespace:  SuperOffice.COM.EventServer
Assembly:  SOEventServer.Interop (in SOEventServer.Interop.dll) Version: 8.0.0.0
Syntax
public interface Subscriptions : ISubscriptions

The Subscriptions type exposes the following members.

Properties
  NameDescription
Public propertyCount
Count - returns the number of items in the collection
(Inherited from ISubscriptions.)
Public propertyEmpty
Returns true if the collection is empty. i.e. if it contains no elements
(Inherited from ISubscriptions.)
Public propertyItem (Inherited from ISubscriptions.)
Top
Methods
  NameDescription
Public method_Clear
Remove all the elements in the collection
(Inherited from ISubscriptions.)
Public method_Remove
Remove an item by id
(Inherited from ISubscriptions.)
Public methodExists
Returns true if the given item exists in the collection
(Inherited from ISubscriptions.)
Public methodGetEnumerator (Inherited from ISubscriptions.)
Top
See Also