Compartilhar via


SPFileSaveBinaryParameters.LockIdMatch property

Obtém ou define o objeto LockId para um arquivo.

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

Syntax

'Declaração
Public Property LockIdMatch As String
    Get
    Set
'Uso
Dim instance As SPFileSaveBinaryParameters
Dim value As String

value = instance.LockIdMatch

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

Property value

Type: System.String
O identificador de bloqueio no arquivo.

Comentários

Se esta propriedade não é a null reference (Nothing in Visual Basic) e há um bloqueio no arquivo, salvar um arquivo funcionará somente se o valor corresponde a atual LockId. Esse valor deve ser especificado para o bloqueio de Shared para o sucesso.

Ver também

Referência

SPFileSaveBinaryParameters class

SPFileSaveBinaryParameters members

Microsoft.SharePoint namespace