Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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