Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents content and related information for a new microblog post.
Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.Social.SocialPostCreationData()
Members
The SocialPostCreationData object has the following members.
Properties
The SocialPostCreationData object has the following properties.
Property |
Description |
---|---|
Gets or sets an image, video, or document attachment for the post. |
|
Gets or sets the items to replace the positional tokens in the post's content text. |
|
Gets or sets the plain text of the post, which may include positional insertion tokens. |
|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
Gets or sets URIs to SharePoint objects that define access permissions for the post. |
|
Gets or sets the source of the post. |
|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
Gets or sets a value that controls whether the post's plain-text content should replace the user's status text. |
Methods
The SocialPostCreationData object has the following methods.
Method |
Description |
---|---|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
This member is reserved for internal use and is not intended to be used directly from your code. |
Constructor
The SocialPostCreationData object has the following constructor.
Constructor |
Description |
---|---|
Initializes a new instance of a SocialPostCreationData object. |