allowAnonymousToUpdate property

bool allowAnonymousToUpdate

True if anonymous users are allowed to update features, false otherwise.

True if an error occurs.

Implementation

bool get allowAnonymousToUpdate {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_EditorTrackingInfo_getAllowAnonymousToUpdate(
        _handle, errorHandler);
  });
}