SocialData Members
Include Protected Members
Include Inherited Members
Represents an abstract class that contains properties comprising a piece of social data.
The SocialData type exposes the following members.
Properties
Name | Description | |
---|---|---|
LastModifiedTime | Gets the DateTime object representing the time when the piece of social data was last updated. | |
Manager | Gets the SocialDataManager that instantiated this SocialData object. | |
Owner | Gets a UserProfile that represents the owner of the SocialData object. | |
Title | Gets the title of this piece of social data. | |
Url | Gets a Uri object stored by the piece of social data. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the piece of social data after ensuring that it exists and that the current user can change it. | |
DeleteData | Abstract method that deletes a piece of social data. | |
EnsureUpdateAllowed | Determines whether a given piece of social data can be updated. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top