FolderPermissionCollection constructor

FolderPermissionCollection(
  1. Folder? owner
)
Initializes a new instance of the The folder owner.

Implementation

FolderPermissionCollection(Folder? owner) : super() {
  this._isCalendarFolder = owner is CalendarFolder;
}