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

Translates the meta type name from the meta type enumerated type

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

Syntax

C#
public static string GetMetaTypeName(
	MetaConstants..::.MetaType mt
)
Visual Basic (Declaration)
Public Shared Function GetMetaTypeName ( _
	mt As MetaConstants..::.MetaType _
) As String
Visual C++
public:
static String^ GetMetaTypeName(
	MetaConstants..::.MetaType mt
)

Parameters

mt
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaType
The meta type

Return Value

The type name

See Also