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
SyntaxIUrl Add(
string strUrl,
string strDescr
)
Function Add (
strUrl As String,
strDescr As String
) As IUrl
Dim instance As IUrls
Dim strUrl As String
Dim strDescr As String
Dim returnValue As IUrl
returnValue = instance.Add(strUrl, strDescr)
IUrl^ Add(
[InAttribute] String^ strUrl,
[InAttribute] String^ strDescr
)
Parameters
- strUrl
- Type: SystemString
- strDescr
- Type: SystemString
Return Value
Type:
IUrl
See Also