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

Converts the tracker type to the metabase type

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

Syntax

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

Parameters

type
Type: System..::.String
The type as specified in the tracker

Return Value

The metadata type corresponding to the tracker type

See Also