SPFileSaveBinaryParameters.OutETagNew property
取得 ETag 最近儲存的檔案。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property OutETagNew As String
Get
Friend Set
'用途
Dim instance As SPFileSaveBinaryParameters
Dim value As String
value = instance.OutETagNew
public string OutETagNew { get; internal set; }
Property value
Type: System.String
最近儲存的檔案的 ETag。
備註
Etag 是用來識別檔案的不同版本的雜湊戳記。對檔案所做的變更會造成要產生的新 ETag。
請參閱
參照
SPFileSaveBinaryParameters class