Share via


SPFileSaveBinaryParameters.OutETagNew Property

Gets the ETag of the newly saved file.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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

SPFileSaveBinaryParameters Members

Microsoft.SharePoint Namespace