Click or drag to resize

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
)

Parameters

mop
Type: SystemString
The page in question.

Return Value

Type: Boolean
True if the page is known and permissioned out, else false.
See Also