Click or drag to resize

IUrl Interface

Url - web addresses. Contacts, persons, projects can all have web addresses

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

The IUrl type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDescription
Description or title Descriptive text that identifies this URL. It is displayed in the GUI as the title of the URL.
Public propertyCode exampleId
internal id of the URL record The id of this URL relative to the owner. In most cases the same as Rank.
Public propertyCode exampleRank
position in list of URLs The 'rank' of the URL. Every URL has a rank, where rank=1 indicates the preferred URL.
Public propertyCode exampleType
Type This property is not used in CRM. Leave it untouched; it will be used in a later version.
Public propertyCode exampleUrlAddress
Web Address. e.g. 'http://www.example.com/' A string representing the actual URL (e.g. www.superoffice.com)
Public propertyCode exampleUrlId
primary key of the URL record The internal ID of the URL (url_id).
Top
See Also