Class RequireGroupAdminAttribute
Command requirement that checks if the user has owner or admin permissions.
Inheritance
System.Object
System.Attribute
RequireGroupAdminAttribute
Implements
Inherited Members
Namespace: TehGM.Wolfringo.Commands
Assembly: Wolfringo.Commands.dll
Syntax
public class RequireGroupAdminAttribute : RequireGroupPrivilegeAttribute, ICommandRequirement
Remarks
Default ErrorMessage for this requirement is "(n) You need to be at least an admin to execute this command."
Constructors
| Improve this Doc View SourceRequireGroupAdminAttribute()
Command requirement that checks if the user has owner or admin permissions.
Declaration
public RequireGroupAdminAttribute()
Remarks
Default ErrorMessage for this requirement is "(n) You need to be at least an admin to execute this command."