Click or drag to resize

SOUrl 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 SOUrl : IUrl

The SOUrl 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.
(Inherited from IUrl.)
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.
(Inherited from IUrl.)
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.
(Inherited from IUrl.)
Public propertyCode exampleType
Type This property is not used in CRM. Leave it untouched; it will be used in a later version.
(Inherited from IUrl.)
Public propertyCode exampleUrlAddress
Web Address. e.g. 'http://www.example.com/' A string representing the actual URL (e.g. www.superoffice.com)
(Inherited from IUrl.)
Public propertyCode exampleUrlId
primary key of the URL record The internal ID of the URL (url_id).
(Inherited from IUrl.)
Top
See Also