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

Gets the category name from the category enumerated type

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

Syntax

C#
public static string GetCategoryName(
	Category cat
)
Visual Basic (Declaration)
Public Shared Function GetCategoryName ( _
	cat As Category _
) As String
Visual C++
public:
static String^ GetCategoryName(
	Category cat
)

Parameters

cat
Type: OfficeClip.BusinessLayer.Template..::.Category
The category enumerated type

Return Value

Teh category name

See Also