Click or drag to resize

StandardIsAdmin Property

Gets a value indicating whether the current user account is identified as an Admin.

Namespace:  Dynamicweb.News
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static bool IsAdmin { get; }

Property Value

Type: Boolean
true if this instance is admin; otherwise, false.
See Also