Gets or sets the option which determines which version of the toolbar the user will start with when working with CContent

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

Syntax

C#
public ContentToolbarType ContentToolbarType { get; set; }
Visual Basic (Declaration)
Public Property ContentToolbarType As ContentToolbarType
Visual C++
public:
property ContentToolbarType ContentToolbarType {
	ContentToolbarType get ();
	void set (ContentToolbarType value);
}

See Also