SPSocialAttachmentActionKind enumeration

Specifies the type of action that an SPSocialAttachmentAction performs.

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

Syntax

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

Members

Member name Description
Navigate Open the SPSocialAttachmentAction.ActionUriin a new tab. Value = 0.
AdHocAction Open the SPSocialAttachmentAction.ActionUri according to the attachment type. Value = 1.

Remarks

AdHocAction is happens in context, depending on the AttachmentKind (for example, open the ActionUri in the post's preview area).

See also

Reference

Microsoft.Office.Server.Social namespace