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

Gets the string name of the task type

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

Syntax

C#
public static string GetTaskTypeName(
	BusinessConstants..::.TaskTypes t
)
Visual Basic (Declaration)
Public Shared Function GetTaskTypeName ( _
	t As BusinessConstants..::.TaskTypes _
) As String
Visual C++
public:
static String^ GetTaskTypeName(
	BusinessConstants..::.TaskTypes t
)

Parameters

t
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.TaskTypes
The task type

Return Value

The string name of the task

See Also