UpdateContact(String,String,String,String,String) Method
Contact's first name
Contact's last name
Contact's telephone number
Identifier of the contact's current site.
Current role for the Contact at their site. Element from the 'Contact Role' application list. If not set, the default list value is used.
Update a Contact. This overload takes a set of required parameters for the API.
Syntax
'Declaration
Public Overloads Function UpdateContact( _
ByVal _firstName_ As String, _
ByVal _lastName_ As String, _
ByVal _phone_ As String, _
ByVal _siteIDNum_ As String, _
ByVal _roleName_ As String _
) As ToolkitResult
public ToolkitResult UpdateContact(
string _firstName_,
string _lastName_,
string _phone_,
string _siteIDNum_,
string _roleName_
)
Parameters
firstName
Contact's first name
lastName
Contact's last name
phone
Contact's telephone number
siteIDNum
Identifier of the contact's current site.
roleName
Current role for the Contact at their site. Element from the 'Contact Role' application list. If not set, the default list value is used.
Return Value
The following values are populated in the ToolkitResult object returned by the API method:
- Objid - The Objid of the Contact.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
InterfacesToolkit Class
InterfacesToolkit Members
Overload List