C-DEngine 5.105

TheNMIEngine..::..AddPageDefinition Method

Adds a new smart page to the system. In ThePageDefinition the parameter pPageName can be directly addressed in the browser ATTENTION: Changing ThePageDefinition after the first start of the Relay will NOT use the latest parameter. You have to delete the Cache File 604n... If you delete the file, all hit counter will be reset.

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

Syntax


public static Guid AddPageDefinition(
	ThePageDefinition pDashInfo
)
Public Shared Function AddPageDefinition ( _
	pDashInfo As ThePageDefinition _
) As Guid
public:
static Guid^ AddPageDefinition(
	ThePageDefinition^ pDashInfo
)

Return Value