Compartilhar via


SPFile.ConvertLock method

Converte um bloqueio no arquivo existente para um novo tipo de bloqueio.

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

Syntax

'Declaração
Public Sub ConvertLock ( _
    fromType As SPFile.SPLockType, _
    toType As SPFile.SPLockType, _
    fromLockId As String, _
    toLockId As String, _
    newTimeout As TimeSpan _
)
'Uso
Dim instance As SPFile
Dim fromType As SPFile.SPLockType
Dim toType As SPFile.SPLockType
Dim fromLockId As String
Dim toLockId As String
Dim newTimeout As TimeSpan

instance.ConvertLock(fromType, toType, _
    fromLockId, toLockId, newTimeout)
public void ConvertLock(
    SPFile.SPLockType fromType,
    SPFile.SPLockType toType,
    string fromLockId,
    string toLockId,
    TimeSpan newTimeout
)

Parâmetros

  • fromLockId
    Type: System.String

    O identificador (ID) para o bloqueio atual.

  • toLockId
    Type: System.String

    A identificação do novo bloqueio.

  • newTimeout
    Type: System.TimeSpan

    A duração desejada para o bloqueio de novo.

Exceptions

Exception Condition
SPFileLockException

O valor do parâmetro fromType ou toType é None.

SPException

Ocorreu um erro ao converter o bloqueio.

Comentários

Nem o valor do parâmetro fromType nem o valor do parâmetro toType deve ser null .

Ver também

Referência

SPFile class

SPFile members

Microsoft.SharePoint namespace

SPFile.SPLockType

LockedByUser