SPSocialAttachmentKind enumeration

Specifies a SPSocialAttachment type.

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

Syntax

'Declaration
Public Enumeration SPSocialAttachmentKind
'Usage
Dim instance As SPSocialAttachmentKind
public enum SPSocialAttachmentKind

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.Office.Server.Social namespace