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
fromType
Tipo: Microsoft.SharePoint.SPFile.SPLockTypeEl tipo de bloqueo en el archivo actual.
toType
Tipo: Microsoft.SharePoint.SPFile.SPLockTypeEl tipo de bloqueo que se coloquen en el archivo.
fromLockId
Tipo: System.StringEl identificador (ID) para el bloqueo actual.
toLockId
Tipo: System.StringEl identificador para el bloqueo nuevo.
newTimeout
Tipo: System.TimeSpanLa 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 .