C-DEngine 5.105

TheNMIEngine..::..DeleteDashComponentById Method

Delets a Dashboard Component by a given ID

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

Syntax


public static bool DeleteDashComponentById(
	Guid pGuid
)
Public Shared Function DeleteDashComponentById ( _
	pGuid As Guid _
) As Boolean
public:
static bool^ DeleteDashComponentById(
	Guid^ pGuid
)

Parameters

pGuid
Type: Guid

Return Value