Compartir a través de


del método SPFile.ConvertLock

Convierte un bloqueo existente en el archivo en un nuevo tipo de bloqueo.

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
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
    Tipo: System.String

    El identificador (ID) para el bloqueo actual.

  • toLockId
    Tipo: System.String

    El identificador para el bloqueo nuevo.

  • newTimeout
    Tipo: System.TimeSpan

    La duración deseada para el bloqueo nuevo.

Excepciones

Excepción Condición
SPFileLockException

El valor del parámetro fromType o toType es None.

SPException

Se ha producido un error al convertir el bloqueo.

Comentarios

El valor del parámetro fromType ni el valor del parámetro toType debe ser nulo .

Vea también

Referencia

clase SPFile

Miembros SPFile

Espacio de nombres Microsoft.SharePoint

SPFile.SPLockType

LockedByUser