C-DEngine 5.105

TheNMIEngine..::..AddAboutButton Method (TheThing, TheDashboardInfo, String, Boolean, String, Int32, String)

Adds the standard about button to a plugin

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

Syntax


public static TheFieldInfo AddAboutButton(
	TheThing pBaseThing,
	TheDashboardInfo pDash,
	string pCate,
	bool bIncludeRefreshDash,
	string pCustomCommand,
	int pACL,
	string pRefreshText
)
Public Shared Function AddAboutButton ( _
	pBaseThing As TheThing, _
	pDash As TheDashboardInfo, _
	pCate As String, _
	bIncludeRefreshDash As Boolean, _
	pCustomCommand As String, _
	pACL As Integer, _
	pRefreshText As String _
) As TheFieldInfo
public:
static TheFieldInfo^ AddAboutButton(
	TheThing^ pBaseThing, 
	TheDashboardInfo^ pDash, 
	String^ pCate, 
	bool^ bIncludeRefreshDash, 
	String^ pCustomCommand, 
	int^ pACL, 
	String^ pRefreshText
)

Parameters

pBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
pDash
Type: nsCDEngine.Engines.NMIService..::..TheDashboardInfo
pCate
Type: String
bIncludeRefreshDash
Type: Boolean
pCustomCommand
Type: String
pACL
Type: Int32
Access Level for the Refresh Button
pRefreshText
Type: String

Return Value