Click or drag to resize

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
)

Parameters

mop
Type: SystemString
The page in question.

Return Value

Type: Boolean
True if the page is available to the current user, else false.
See Also