Permissions property

Gets a list of permissions for the folder.

Implementation

FolderPermissionCollection get Permissions =>
    this.PropertyBag[FolderSchema.Permissions] as FolderPermissionCollection;