Class UserDiscovery
The class used to define the parameters for a UserDiscovery lookup
Inheritance
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class UserDiscovery : object
Properties
| Improve this Doc View SourceThe email parameter used for a UserDiscovery lookup
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Email property gets/sets the value of the string field, _email. |
FacebookID
The _socialidentity.facebook.id parameter used for a UserDiscovery lookup
Declaration
public string FacebookID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FacebookID property gets/sets the value of the string field, _facebookID. |
FirstName
The first_name parameter used for a UserDiscovery lookup
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName property gets/sets the value of the string field, _firstName. |
ID
The _id parameter used for a UserDiscovery lookup
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ID property gets/sets the value of the string field, _iD. |
LastName
The last_name parameter used for a UserDiscovery lookup
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName property gets/sets the value of the string field, _lastName. |
Username
The username parameter used for a UserDiscovery lookup
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Username property gets/sets the value of the string field, _username. |
Methods
| Improve this Doc View SourcegetCriteria()
Used to see the criteria set for a UserDiscovery lookup
Declaration
public Dictionary<string, string> getCriteria()
Returns
Type | Description |
---|---|
Dictionary<System.String, System.String> | A dictionary of the criteria set up for UserDiscovery lookup |