PageInfosIsPermissionedOut Method |
Gets whether or not the specified
MOP was permissioned out.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool IsPermissionedOut(
string mop
)
Public Function IsPermissionedOut (
mop As String
) As Boolean
Parameters
- mop
- Type: SystemString
The page in question.
Return Value
Type:
BooleanTrue if the page is known and permissioned out, else false.
See Also