AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ToolActions..::..SetToolBar<(Of <(<'T>)>)> Method

Converts to olbar.

Namespace:  AdvantageCMS.Core.Admin.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public void SetToolBar<T>(
	int objectTypeId,
	T obj,
	string objectKey,
	string activeTab
)
where T : BusinessObject<T>

Type Parameters

T

Parameters

objectTypeId
Type: Int32
The object type identifier.
obj
Type: T
The object.
objectKey
Type: String
The object key.
activeTab
Type: String
The active tab.