Click or drag to resize

UnsavedRevisionSetUserProperties Method

Gets or sets the userProperties of the Revision.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void SetUserProperties(
	IDictionary<string, Object> userProperties
)

Parameters

userProperties
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="userProperties"/> documentation for "M:Couchbase.Lite.UnsavedRevision.SetUserProperties(System.Collections.Generic.IDictionary{System.String,System.Object})"]

Field Value

Type: 
The userProperties of the Revision.
Remarks
Gets or sets the userProperties of the Revision. Get, returns the properties of the Revision without any properties with keys prefixed with '_' (which contain Couchbase Lite data). Set, replaces all properties except for those with keys prefixed with '_'.
See Also