SPFileSaveBinaryParameters.ETagMatch property
Gets or sets the ETag value that the current ETag of the file should match when saving the file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ETagMatch As String
Get
Set
'Usage
Dim instance As SPFileSaveBinaryParameters
Dim value As String
value = instance.ETagMatch
instance.ETagMatch = value
public string ETagMatch { get; set; }
Property value
Type: System.String
The ETag value that the current ETag of the file should match.
Remarks
If this property is not null , the file is only saved if the value matches the current ETag of the file.
See also
Reference
SPFileSaveBinaryParameters class