Represents user properties.
Methods
public customFromJson( initValue: any ) : boolean
Parameters
Returns
boolean
public fromJson( initValue: any )
Parameters
public get_accountName( ) : string
Defined in SharePoint.d.ts:7739
Specifies the person's account name
Returns
string
public get_directReports( ) : Array<string>
Defined in SharePoint.d.ts:7741
Specifies an array of strings containing the account names of a person's direct reports.
Returns
Array<string>
public get_displayName( ) : string
Defined in SharePoint.d.ts:7743
Specifies the person's name.
Returns
string
public get_email( ) : string
Defined in SharePoint.d.ts:7745
Specifies the person's email address.
Returns
string
public get_extendedManagers( ) : Array<string>
Defined in SharePoint.d.ts:7747
Specifies an array of strings that specify the account names of a person's managers.
Returns
Array<string>
public get_extendedReports( ) : Array<string>
Defined in SharePoint.d.ts:7749
Specifies an array of strings that specify the account names of person's extended reports.
Returns
Array<string>
public get_isFollowed( ) : boolean
Defined in SharePoint.d.ts:7751
Represents whether or not the current user is following this person.
Returns
boolean
public get_latestPost( ) : string
Defined in SharePoint.d.ts:7753
Specifies the person's latest microblog post.
Returns
string
public get_objectVersion( ) : string
Returns
string
public get_peers( ) : Array<string>
Defined in SharePoint.d.ts:7755
Specifies an array of strings that specify the account names of person's peers, that is, those who have the same manager.
Returns
Array<string>
public get_personalUrl( ) : string
Defined in SharePoint.d.ts:7757
Specifies the absolute URL of the person's personal page.
Returns
string
public get_pictureUrl( ) : string
Defined in SharePoint.d.ts:7759
Specifies the URL for the person's profile picture.
Returns
string
public get_serverObjectIsNull( ) : boolean
Returns
boolean
public get_title( ) : string
Defined in SharePoint.d.ts:7761
Specifies the person's title.
Returns
string
public get_userProfileProperties( ) : { [name: string]: string; }
Defined in SharePoint.d.ts:7766
Represents all user profile properties including custom.
The privacy settings affect which properties can be retrieved.
Multiple values are delimited by the vertical bar "|".
Null values are specified as empty strings.
Returns
{ [name: string]: string; }
public get_userUrl( ) : string
Defined in SharePoint.d.ts:7768
Specifies the URL for the person's profile.
Returns
string
public isObjectPropertyInstantiated( propertyName: string ) : boolean
Parameters
Returns
boolean
public isPropertyAvailable( propertyName: string ) : boolean
Parameters
Returns
boolean
public retrieve( )
public retrieve( propertyNames: Array<string> )
Parameters
propertyNames: Array<string>
public set_objectVersion( value: string )
Parameters