[This is preliminary documentation and is subject to change.]

Updates the contact roles

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public bool UpdateContactRoles(
	int orgId,
	List<string> roles
)
Visual Basic (Declaration)
Public Function UpdateContactRoles ( _
	orgId As Integer, _
	roles As List(Of String) _
) As Boolean
Visual C++
public:
bool UpdateContactRoles(
	int orgId, 
	List<String^>^ roles
)

Parameters

orgId
Type: System..::.Int32
The unique id of the current organization
roles
Type: System.Collections.Generic..::.List<(Of <(String>)>)
The list of contact roles

Return Value

true if successful, false otherwise

See Also