Beispiel #1
0
 public string CommandCheckOwner(ExecutionInformation info)
 {
     return(info.HasRights("*").ToString());
 }
Beispiel #2
0
 public string CommandCheckOwner(ExecutionInformation info)
 {
     return(info.HasRights("TestPlugin.dummyperm").ToString());
 }