{CompanyName} FlexyGo

UserPageSecurityCollection..::..Contains Method

Checks if UserPageSecurity Object exists in Collection using PageName.

Namespace:  FLEXYGO.Security
Assembly:  flxSecurity (in flxSecurity.dll)

Syntax


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

Parameters

PageName
Type: String
The PageName.

Return Value

true if ok, false otherwise.