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

Gets a short object description from the object type and object id

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

Syntax

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

Parameters

oType
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
The object type
objectId
Type: System..::.Int32
The unique id of the object

Return Value

The short description of the particular object. Empty, if no description could be found.

See Also