SocialFeed members
Represents a social feed.
The SocialFeed type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialFeed |
Top
Properties
Name | Description | |
---|---|---|
Attributes | Gets a set of attributes that apply to the feed. | |
NewestProcessed | Gets a DateTime value that indicates the newest retrieved post. | |
OldestProcessed | Gets a DateTime value that indicates the oldest retrieved post. | |
Threads | Gets the threads that make up the feed. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) | |
UnreadMentionCount | Gets the count of unread mentions for the current user. |
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