Click or drag to resize

IUrlsAdd Method

Add web address to collection. Returns the new URL object. URLs are not saved until the owning object (the contact or project) is saved.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IUrl Add(
	string strUrl,
	string strDescr
)

Parameters

strUrl
Type: SystemString
strDescr
Type: SystemString

Return Value

Type: IUrl
See Also