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

Gets the contact role name and role id from the database

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

Syntax

C#
public void InsertContactRoleDetails(
	List<ContactRoleDetail> cList,
	int objectType,
	int objectId
)
Visual Basic (Declaration)
Public Sub InsertContactRoleDetails ( _
	cList As List(Of ContactRoleDetail), _
	objectType As Integer, _
	objectId As Integer _
)
Visual C++
public:
void InsertContactRoleDetails(
	List<ContactRoleDetail^>^ cList, 
	int objectType, 
	int objectId
)

Parameters

cList
Type: System.Collections.Generic..::.List<(Of <(ContactRoleDetail>)>)
objectType
Type: System..::.Int32
objectId
Type: System..::.Int32

Return Value

The list of contact roles with their ids

See Also