Méthode | Description | |
---|---|---|
AddAdministratorsGroupToWarewolf ( ) : void | ||
AddUserToWarewolf ( string currentUser ) : void | ||
AddWarewolfGroup ( ) : void | ||
DeleteWarewolfGroup ( ) : void | ||
DoesWarewolfGroupExist ( ) : bool | ||
FormatUserForInsert ( string currentUser, string machineName ) : string | ||
IsAdminMemberOfWarewolf ( ) : bool | ||
IsUserInGroup ( string username ) : bool |
public AddAdministratorsGroupToWarewolf ( ) : void | ||
Résultat | void |
public AddUserToWarewolf ( string currentUser ) : void | ||
currentUser | string | |
Résultat | void |
public FormatUserForInsert ( string currentUser, string machineName ) : string | ||
currentUser | string | |
machineName | string | |
Résultat | string |
public IsUserInGroup ( string username ) : bool | ||
username | string | |
Résultat | bool |