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

Gets the object name from the object type id

Namespace:  OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static string GetObjectNameFromObjectType(
	BusinessConstants..::.ObjectType ot
)
Visual Basic (Declaration)
Public Shared Function GetObjectNameFromObjectType ( _
	ot As BusinessConstants..::.ObjectType _
) As String
Visual C++
public:
static String^ GetObjectNameFromObjectType(
	BusinessConstants..::.ObjectType ot
)

Parameters

ot
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
The object type id

Return Value

The object name

See Also