{CompanyName} FlexyGo

Pages..::..Remove Method

Removes the Page object from the Collection using PageName as Key.

Namespace:  FLEXYGO.Environment
Assembly:  flxEnvironment (in flxEnvironment.dll)

Syntax


public bool Remove(
	Page Page
)
Public Function Remove ( _
	Page As Page _
) As Boolean

Parameters

Page
Type: FLEXYGO.Environment..::..Page
A Page.

Return Value

true if ok, false otherwise.