SPSocialDataOverlay class

Associates a substring in the text of a microblog post with a URI or other data. Used for rendering post content.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Social.SPSocialDataOverlay

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Class SPSocialDataOverlay
'Usage
Dim instance As SPSocialDataOverlay
public class SPSocialDataOverlay

Remarks

To make it easier to render posts that include placeholders and SPSocialDataItem links, the server returns the information as a SocialDataOverlay object (in the post's Overlays property).

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPSocialDataOverlay members

Microsoft.Office.Server.Social namespace