Click or drag to resize

Person Class

Person contents.
Inheritance Hierarchy
SystemObject
  SparkSDKPerson

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class Person

The Person type exposes the following members.

Constructors
  NameDescription
Public methodPerson
Initializes a new instance of the Person class
Top
Properties
  NameDescription
Public propertyAvatar
The avatar name of this person.
Public propertyCreated
The timestamp that this person being created.
Public propertyDisplayName
The display name of this person.
Public propertyEmails
The emails of this person.
Public propertyFirstName
The nick first name of this person
Public propertyId
The id of this person.
Public propertyLastName
The nick last name of this person
Public propertyNickName
The nick name of this person
Public propertyOrgId
The organization id of this person
Public propertyType
The type of this person, default is "person"
Top
Remarks
Since: 0.1.0
See Also