supportsDisconnectedEditing property

bool supportsDisconnectedEditing

True if the service supports disconnected editing, false otherwise.

Implementation

bool get supportsDisconnectedEditing {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore
        .RT_ArcGISFeatureServiceInfo_getSupportsDisconnectedEditing(
      _handle,
      errorHandler,
    );
  });
}