SPFileSaveBinaryParameters.ETagMatch property
Obtém ou define o valor de ETag a ETag atual do arquivo deve corresponder ao salvar o arquivo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property ETagMatch As String
Get
Set
'Uso
Dim instance As SPFileSaveBinaryParameters
Dim value As String
value = instance.ETagMatch
instance.ETagMatch = value
public string ETagMatch { get; set; }
Property value
Type: System.String
O valor de ETag a ETag atual do arquivo deve corresponder.
Comentários
Se esta propriedade não for null , o arquivo será salvo apenas se o valor corresponde a ETag atual do arquivo.
Ver também
Referência
SPFileSaveBinaryParameters class