Click or drag to resize

ContractedDictionaryValidate Method

Validates the dictionary

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool Validate(
	out string message
)

Parameters

message
Type: SystemString
If unsuccesful, this paramater stores the error message

Return Value

Type: Boolean
true on success, otherwise false
See Also