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

Gets the contact roles from the database

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

Syntax

C#
public List<RoleInfo> GetContactRoles(
	int orgId
)
Visual Basic (Declaration)
Public Function GetContactRoles ( _
	orgId As Integer _
) As List(Of RoleInfo)
Visual C++
public:
List<RoleInfo^>^ GetContactRoles(
	int orgId
)

Parameters

orgId
Type: System..::.Int32
The unique id of the organization

Return Value

The list of contact roles

See Also