canDelete

fun canDelete(feature: Feature): Boolean

Determines whether you can delete the feature from the table. Although this method may state that the table allows the feature to be deleted, the application may not be licensed to permit this. For example, a user cannot delete features from a secured feature table if the application is licensed at the Lite level (LicenseLevel.Lite).

Return

True if the feature can be deleted, false if the feature can't be deleted or an error occurred.

Since

200.1.0