Provides properties and methods for managing a user's list of followed actors.
Actors can be users, documents, sites, and tags.
Methods
public customFromJson( initValue: any ) : boolean
Parameters
Returns
boolean
Defined in SharePoint.d.ts:6425
Adds the specified actor to the current user's list of followed items.
Returns one of the following values, wrapped into the SP.IntResult object:
0 = ok,
1 = alreadyFollowing,
2 = limitReached,
3 = internalError
Parameters
Returns
IntResult
public fromJson( initValue: any )
Parameters
Defined in SharePoint.d.ts:6428
Parameters
Returns
SocialActor []
Defined in SharePoint.d.ts:6429
Parameters
Returns
IntResult
public getFollowers( ) : SocialActor []
Defined in SharePoint.d.ts:6431
Returns the users who are followers of the current user.
Returns
SocialActor []
public get_followedDocumentsUri( ) : string
Defined in SharePoint.d.ts:6416
URI to a site that lists the current user's followed documents.
Returns
string
public get_followedSitesUri( ) : string
Defined in SharePoint.d.ts:6418
URI to a site that lists the current user's followed sites.
Returns
string
public get_objectVersion( ) : string
Returns
string
public get_serverObjectIsNull( ) : boolean
Returns
boolean
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