PageInfosIsAvailable Method |
Gets whether or not the specified
MOP is available to the current user.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool IsAvailable(
string mop
)
Public Function IsAvailable (
mop As String
) As Boolean
Parameters
- mop
- Type: SystemString
The page in question.
Return Value
Type:
BooleanTrue if the page is available to the current user, else false.
See Also