{CompanyName} FlexyGo

UserPageSecurityCollection..::..Remove Method (String)

Removes the UserPageSecurity object from the Collection using PageName.

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

Syntax


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

Parameters

PageName
Type: String
The PageName

Return Value

true if ok, false otherwise.