<< Click to Display Table of Contents >>

Deleting groups and users

To delete groups and users using the RepositoryEX class, use the method below:


Method Detail

DeleteGroup

public bool DeleteGroup(string groupID)

Deletes the group corresponding to the group ID.

Parameters:

groupID - The group ID

DeleteUser

public bool DeleteUser(string userID)

Deletes the all information of the user corresponding to the user ID.

Parameters:

userID - The user ID