SPQuery.IncludeAttachmentVersion property
Obtém ou define um valor booleano que especifica se é necessário incluir o número identificador e versão exclusivo, delimitado por ;#, de anexos para cada item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property IncludeAttachmentVersion As Boolean
Get
Set
'Uso
Dim instance As SPQuery
Dim value As Boolean
value = instance.IncludeAttachmentVersion
instance.IncludeAttachmentVersion = value
public bool IncludeAttachmentVersion { get; set; }
Property value
Type: System.Boolean
true para incluir o identificador exclusivo e o número de versão de anexos; Caso contrário, false.