Gets the MonoX menu cache key.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual string GetMonoXMenuCacheKey(
	bool isUserAuthenticated
)
Visual Basic
Public Overridable Function GetMonoXMenuCacheKey ( 
	isUserAuthenticated As Boolean
) As String
Visual C++
public:
virtual String^ GetMonoXMenuCacheKey(
	bool isUserAuthenticated
)
F#
abstract GetMonoXMenuCacheKey : 
        isUserAuthenticated : bool -> string 
override GetMonoXMenuCacheKey : 
        isUserAuthenticated : bool -> string 

Parameters

isUserAuthenticated
Type: System..::..Boolean
Is user authenticated

Return Value

Type: String
MonoX menu cache key

Implements

INavigationBLL..::..GetMonoXMenuCacheKey(Boolean)

See Also