C-DEngine 5.105

TheNMIEngine..::..AddTileBreak Method

New V4.01: Adds a Page Break in the Dashboard Tiles

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static TheDashPanelInfo AddTileBreak(
	TheThing pBaseThing,
	TheDashboardInfo pDashboard,
	string pCategoryOveride
)
Public Shared Function AddTileBreak ( _
	pBaseThing As TheThing, _
	pDashboard As TheDashboardInfo, _
	pCategoryOveride As String _
) As TheDashPanelInfo
public:
static TheDashPanelInfo^ AddTileBreak(
	TheThing^ pBaseThing, 
	TheDashboardInfo^ pDashboard, 
	String^ pCategoryOveride
)

Parameters

pBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
Owner of the Dashboard
pDashboard
Type: nsCDEngine.Engines.NMIService..::..TheDashboardInfo
Dashboard ID - if null the Dashboard od the BaseThing is used
pCategoryOveride
Type: String
Default is ".A" to create a Break between Thing Instance Tiles and the node tiles. By overwriting this, breaks can be entered between any Caterories

Return Value