SPFileSaveBinaryParameters.ETagMatch - Propriété
Obtient ou définit la valeur ETag qui l'ETag actuel du fichier doit correspondre à lors de l'enregistrement du fichier.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property ETagMatch As String
Get
Set
'Utilisation
Dim instance As SPFileSaveBinaryParameters
Dim value As String
value = instance.ETagMatch
instance.ETagMatch = value
public string ETagMatch { get; set; }
Valeur de propriété
Type : System.String
L'ETag actuel du fichier doit correspondre à la valeur ETag.
Remarques
Si cette propriété n'est pas null , le fichier est enregistré uniquement si la valeur correspond à l' active ETag du fichier.
Voir aussi
Référence
SPFileSaveBinaryParameters classe