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

Gets the name of the item constant

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

Syntax

C#
public static string GetNameString(
	ItemConstants ic
)
Visual Basic (Declaration)
Public Shared Function GetNameString ( _
	ic As ItemConstants _
) As String
Visual C++
public:
static String^ GetNameString(
	ItemConstants ic
)

Parameters

ic
Type: OfficeClip.BusinessLayer.Template..::.ItemConstants
the item constants enumerated type

Return Value

The name string

See Also