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.
Include Protected Members
Include Inherited Members
Represents a social tag, consisting of a URI and a term from the taxonomy term store.
The SocialTag type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
IsPrivate | Gets s Boolean value indicating whether a social tag is private and therefore visible only to the owner. |
![]() |
LastModifiedTime | Gets the DateTime object representing the time when the piece of social data was last updated. (Inherited from SocialData.) |
![]() |
Manager | Gets the SocialTagManager object that instantiated this SocialTag object. |
![]() |
Owner | Gets a UserProfile that represents the owner of the SocialData object. (Inherited from SocialData.) |
![]() |
Term | Gets the Term object stored in the social tag. |
![]() |
Title | Gets the title of this piece of social data. (Inherited from SocialData.) |
![]() |
Url | Gets a Uri object stored by the piece of social data. (Inherited from SocialData.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Delete | Deletes the piece of social data after ensuring that it exists and that the current user can change it. (Inherited from SocialData.) |
![]() |
DeleteData | Deletes the data in a social tag. (Overrides SocialData.DeleteData().) |
![]() |
EnsureUpdateAllowed | Determines whether a given piece of social data can be updated. (Inherited from SocialData.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Update | If the social tag has been changed, updates the LastModifiedTime property of the social tag. |
Top