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

Gets the regarding name from the metabase

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

Syntax

C#
public string GetMetaRegardingName(
	BusinessConstants..::.ObjectType oType,
	int objectId
)
Visual Basic (Declaration)
Public Function GetMetaRegardingName ( _
	oType As BusinessConstants..::.ObjectType, _
	objectId As Integer _
) As String
Visual C++
public:
String^ GetMetaRegardingName(
	BusinessConstants..::.ObjectType oType, 
	int objectId
)

Parameters

oType
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
objectId
Type: System..::.Int32

Return Value

See Also