isDataVersioned property

bool isDataVersioned

True if the sublayer has versioned data.

False if an error occurs.

Implementation

bool get isDataVersioned {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceSublayerInfo_getIsDataVersioned(
        _handle, errorHandler);
  });
}