共用方式為


SPFileSaveBinaryParameters.ETagMatch property

取得或設定儲存檔案時,應符合的檔案目前的 ETag ETag 值。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property ETagMatch As String
    Get
    Set
'用途
Dim instance As SPFileSaveBinaryParameters
Dim value As String

value = instance.ETagMatch

instance.ETagMatch = value
public string ETagMatch { get; set; }

Property value

Type: System.String
ETag 值,這個值應該要符合目前 ETag 的檔案。

備註

如果這個屬性不是 null ,如果的值符合目前ETag的檔案,將只會儲存檔案。

請參閱

參照

SPFileSaveBinaryParameters class

SPFileSaveBinaryParameters members

Microsoft.SharePoint namespace