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