SPFileSaveBinaryParameters.OutETagNew property
Gets the ETag of the newly saved file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property OutETagNew As String
Get
Friend Set
'Usage
Dim instance As SPFileSaveBinaryParameters
Dim value As String
value = instance.OutETagNew
public string OutETagNew { get; internal set; }
Property value
Type: System.String
The ETag of the newly saved file.
Remarks
ETags are hash stamps used to identify different versions of a file. Changes made to a file cause a new ETag to be generated.
See also
Reference
SPFileSaveBinaryParameters class