SocialDataOverlay 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.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.Social.SocialDataOverlay
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Class SocialDataOverlay _
Inherits ClientValueObject
'Usage
Dim instance As SocialDataOverlay
public class SocialDataOverlay : ClientValueObject
Remarks
To make it easier to render posts that include placeholders and SocialDataItem 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.