allowOthersToDelete property
True if others are allowed to delete features.
False if an error occurs.
Implementation
bool get allowOthersToDelete {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore
.RT_OwnershipBasedAccessControlInfo_getAllowOthersToDelete(
_handle, errorHandler);
});
}