| 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; }
Public Shared ReadOnly Property IsAdmin As Boolean
Get
Property Value
Type:
Booleantrue if this instance is admin; otherwise,
false.
See Also