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
fromType
Type: Microsoft.SharePoint.SPFile.SPLockTypeO tipo de bloqueio no arquivo atual.
toType
Type: Microsoft.SharePoint.SPFile.SPLockTypeO tipo de bloqueio para ser colocado no arquivo.
fromLockId
Type: System.StringO identificador (ID) para o bloqueio atual.
toLockId
Type: System.StringA identificação do novo bloqueio.
newTimeout
Type: System.TimeSpanA 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 .