ContractedDictionaryValidate Method |
Validates the dictionary
Namespace:
Couchbase.Lite.Util
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public bool Validate(
out string message
)
Parameters
- message
- Type: SystemString
If unsuccesful, this paramater stores the error message
Return Value
Type:
Booleantrue on success, otherwise
falseSee Also