{CompanyName} FlexyGo

Pages..::..Contains Method

Checks if Page object exists in Collection using PgeId.

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

Syntax


public bool Contains(
	string PageName
)
Public Function Contains ( _
	PageName As String _
) As Boolean

Parameters

PageName
Type: String
The Page Id.

Return Value

true if ok, false otherwise.