IAppContextGetFirstNavigablePage Method |
Returns the first navigable page for this user
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string GetFirstNavigablePage(
ref string requestType
)
Function GetFirstNavigablePage (
ByRef requestType As String
) As String
Parameters
- requestType
- Type: SystemString
The type of request associated with the returned page
Return Value
Type:
StringA mop that is the first page the current user can navigate to
See Also