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.3.0

Syntax

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

See Also