[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<Relation> GetRelations(
	int parentObjectTypeId,
	int parentObjectId
)
Visual Basic (Declaration)
Public Function GetRelations ( _
	parentObjectTypeId As Integer, _
	parentObjectId As Integer _
) As List(Of Relation)
Visual C++
public:
List<Relation^>^ GetRelations(
	int parentObjectTypeId, 
	int parentObjectId
)

Parameters

parentObjectTypeId
Type: System..::.Int32
parentObjectId
Type: System..::.Int32

Return Value

The list of Relation Types

See Also