Gets the ContentToolbarType for the string passed in.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static ContentToolbarType GetToolbarType(
	string toolbarType
)
Visual Basic (Declaration)
Public Shared Function GetToolbarType ( _
	toolbarType As String _
) As ContentToolbarType
Visual C++
public:
static ContentToolbarType GetToolbarType(
	String^ toolbarType
)

Parameters

toolbarType
Type: System..::.String
A string representing the requested ContentToolbarType.

Return Value

The ContentToolbarType associated with the string. Default is Simple.

See Also