Add method

void Add(
  1. FolderPermission permission
)
Adds a permission to the collection. The permission to add.

Implementation

void Add(FolderPermission permission) {
  this.InternalAdd(permission);
}