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

Returns the application name given the object type id

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

Syntax

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

Parameters

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

Return Value

The application name as string

See Also