Checks if the user with the specified username is in one of the news editor roles.

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

Syntax

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

Parameters

username
Type: System..::..String
User name

Return Value

Type: Boolean
True if the user with the specified username is in one of the news editor roles, false if not.

See Also