ListItem.AttachmentFiles propriedade
Especifica a coleção de anexos que são associados ao item de lista.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public ReadOnly Property AttachmentFiles As AttachmentCollection
Get
'Uso
Dim instance As ListItem
Dim value As AttachmentCollection
value = instance.AttachmentFiles
public AttachmentCollection AttachmentFiles { get; }
Valor de propriedade
Tipo: Microsoft.SharePoint.Client.AttachmentCollection