Ant Organisation Ltd documentation

GroupsBase.CanEdit Method 

Returns true if the group at index can be edited

public virtual bool CanEdit(
   AuthenticatedUser user,
   int index
);

Parameters

user
User who is logged on
index
Index of the group to edit

Return Value

true if can be edited

Implements

AddEditableDeletable.CanEdit

See Also

GroupsBase Class | Ant.Security.Base Namespace