IValidationContextReject Method (String) |
Rejects the new
Revision. The specified message will be included with
the resulting error.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax void Reject(
string message
)
Parameters
- message
- Type: SystemString
The message to include with the resulting error.
See Also