SocialAttachmentKind enumeração
Especifica o tipo de SocialAttachment em uma postagem de microblog.
Namespace: Microsoft.SharePoint.Client.Social
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxe
'Declaração
Public Enumeration SocialAttachmentKind
'Uso
Dim instance As SocialAttachmentKind
public enum SocialAttachmentKind
Membros
Nome do membro | Descrição | |
---|---|---|
Image | O anexo é uma imagem. Valor = 0. | |
Video | O anexo é um vídeo. Valor = 1. | |
Document | O anexo é um documento. Valor = 2. |
Ver também
Referência
Microsoft.SharePoint.Client.Social namespace