Click or drag to resize

SOUrlLinkItems Interface

A collection of UrlLink Items

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface SOUrlLinkItems : IUrlLinkItems

The SOUrlLinkItems type exposes the following members.

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