Remove method

bool Remove(
  1. FolderPermission permission
)
Removes a permission from the collection. The permission to remove.

Implementation

bool Remove(FolderPermission permission) {
  return this.InternalRemove(permission);
}