SocialPostCreationData members
Represents content and related information for a new microblog post.
The SocialPostCreationData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialPostCreationData |
Top
Properties
Name | Description | |
---|---|---|
Attachment | Gets or sets an image, video, or document attachment for the post. | |
ContentItems | Gets or sets the items to replace the positional tokens in the post's content text. | |
ContentText | Gets or sets the plain text of the post, which may include positional insertion tokens (for example, "Today is {0}'s birthday!"). | |
DefinitionData | This member is reserved for internal use and is not intended to be used directly from your code. | |
SecurityUris | Gets or sets URIs to SharePoint objects that define access permissions for the post. | |
Source | Gets or sets the source of the post. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) | |
UpdateStatusText | Gets or sets a value that controls whether the post's plain-text content should replace the user's status text. |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top