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

Gets the relation types from the database

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

Syntax

C#
public List<RelationType> GetRelationTypes(
	int groupId
)
Visual Basic (Declaration)
Public Function GetRelationTypes ( _
	groupId As Integer _
) As List(Of RelationType)
Visual C++
public:
List<RelationType^>^ GetRelationTypes(
	int groupId
)

Parameters

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

Return Value

The list of Relation Types

See Also