Show / Hide Table of Contents

    Class UserProfile

    A class containing profile information about User.

    Inheritance
    Object
    UserProfile
    Namespace: Realms.Sync
    Assembly: Realm.dll
    Syntax
    public class UserProfile

    Properties

    | Improve this Doc View Source

    Birthday

    Gets the birthday of the user.

    Declaration
    public string Birthday { get; }
    Property Value
    Type Description
    String

    A string representing the user's birthday or null if not available.

    | Improve this Doc View Source

    Email

    Gets the email of the user.

    Declaration
    public string Email { get; }
    Property Value
    Type Description
    String

    A string representing the user's email or null if not available.

    | Improve this Doc View Source

    FirstName

    Gets the first name of the user.

    Declaration
    public string FirstName { get; }
    Property Value
    Type Description
    String

    A string representing the user's first name or null if not available.

    | Improve this Doc View Source

    Gender

    Gets the gender of the user.

    Declaration
    public string Gender { get; }
    Property Value
    Type Description
    String

    A string representing the user's gender or null if not available.

    | Improve this Doc View Source

    LastName

    Gets the last name of the user.

    Declaration
    public string LastName { get; }
    Property Value
    Type Description
    String

    A string representing the user's last name or null if not available.

    | Improve this Doc View Source

    MaxAge

    Gets the maximum age of the user.

    Declaration
    public string MaxAge { get; }
    Property Value
    Type Description
    String

    A string representing the user's maximum age or null if not available.

    | Improve this Doc View Source

    MinAge

    Gets the minimum age of the user.

    Declaration
    public string MinAge { get; }
    Property Value
    Type Description
    String

    A string representing the user's minimum age or null if not available.

    | Improve this Doc View Source

    Name

    Gets the name of the user.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    A string representing the user's name or null if not available.

    | Improve this Doc View Source

    PictureUrl

    Gets the url for the user's profile picture.

    Declaration
    public Uri PictureUrl { get; }
    Property Value
    Type Description
    Uri

    A string representing the user's profile picture url or null if not available.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Realm
    Generated by DocFX