menu
ews package
documentation
ComplexProperties/FolderPermissionCollection.dart
FolderPermissionCollection
RemoveAt method
RemoveAt method
dark_mode
light_mode
RemoveAt
method
void
RemoveAt
(
int
index
)
Removes a permission from the collection.
The zero-based index of the permission to remove.
Implementation
void RemoveAt(int index) { this.InternalRemoveAt(index); }
ews package
documentation
ComplexProperties/FolderPermissionCollection
FolderPermissionCollection
RemoveAt method
FolderPermissionCollection class