Checks if current user is in the news editor role.

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

Syntax

C#
public static bool IsNewsEditor()
Visual Basic
Public Shared Function IsNewsEditor As Boolean
Visual C++
public:
static bool IsNewsEditor()
F#
static member IsNewsEditor : unit -> bool 

Return Value

Type: Boolean
True if the user is in the news editor role, false if not.

See Also