Provides access to followed content items.
boolean
Finds the original item that is being pointed to in the Followed Content list and updates the Title, Url, and IconUrl fields if they have been changed.
The URL of the original item as stored in the Followed Content list.
The Follow method adds the specified document or site to the list of followed content.
URL that identifies the item to follow.
The url parameter can identify an existing document or site using the url property of the original item.
The url parameter can also identify a document with the following format: http://host/site?listId=
Optional parameter that holds application-defined data for the item.
The FollowItem method is reserved for server-to-server use only. The server sets the specified item to be followed by the current user. This method cannot be called from the client.
Retrieves the followed status of the specified document or site. Returns a value of type FollowedStatus, wrapped into a SP.IntResult object.
URL that identifies the followed item.
The url parameter can identify an existing document or site using the url property of the original item.
The url parameter can also identify a document with the following format: http://host/site?listId=
Returns the followed item identified by a given URL or returns null if the item does not exist.
URL that identifies the followed item.
The url parameter can identify an existing document or site using the url property of the original item.
The url parameter can also identify a document with the following format: http://host/site?listId=
Returns an array of zero or more followed items described by the type and subtype parameters.
Describes the type of item to return.
Gets the location of the followed sites view
string
Gets the location of the followed documents view.
string
string
boolean
Determines if the specified document or site is being followed.
URL that identifies the item that is supposed to be followed.
The url parameter can identify an existing document or site using the url property of the original item.
The url parameter can also identify a document with the following format: http://host/site?listId=
boolean
boolean
Returns the refreshed item that is being pointed to in the Social list.
The original item as stored in the Followed Content list.
Removes the specified document or site from list of followed content.
URL that identifies the item to stop following.
The url parameter can identify an existing document or site using the url property of the original item.
The url parameter can also identify a document with the following format: http://host/site?listId=
Updates the properties for followed item with specified URL.
URL that identifies the followed item.
The url parameter can identify an existing document or site using the url property of the original item.
The url parameter can also identify a document with the following format: http://host/site?listId=
Application-defined data stored with the followed item.