SocialAttachmentActionKind enumeration
Specifies the type of action that a SocialAttachmentAction performs.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Enumeration SocialAttachmentActionKind
'Usage
Dim instance As SocialAttachmentActionKind
public enum SocialAttachmentActionKind
Members
Member name | Description | |
---|---|---|
Navigate | Opens the ActionUri in a new tab. Value = 0. | |
AdHocAction | Opens the ActionUri according to the attachment type. Value = 1. |
Remarks
AdHocAction depends on the AttachmentKind (for example, open the ActionUri in the post's preview area).
See also
Reference
Microsoft.SharePoint.Client.Social namespace