menu
ews package
documentation
ComplexProperties/FolderPermissionCollection.dart
FolderPermissionCollection
Remove method
Remove method
dark_mode
light_mode
Remove
method
bool
Remove
(
FolderPermission
permission
)
Removes a permission from the collection.
The permission to remove.
Implementation
bool Remove(FolderPermission permission) { return this.InternalRemove(permission); }
ews package
documentation
ComplexProperties/FolderPermissionCollection
FolderPermissionCollection
Remove method
FolderPermissionCollection class