SocialAttachmentKind enumeration
Specifies the type of SocialAttachment in a microblog post.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Enumeration SocialAttachmentKind
'Usage
Dim instance As SocialAttachmentKind
public enum SocialAttachmentKind
Members
Member name | Description | |
---|---|---|
Image | The attachment is an image. Value = 0. | |
Video | The attachment is a video. Value = 1. | |
Document | The attachment is a document. Value = 2. |
See also
Reference
Microsoft.SharePoint.Client.Social namespace