SPFile.ConvertLock - Méthode
Convertit un verrou sur le fichier existant en un nouveau type de verrou.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub ConvertLock ( _
fromType As SPFile.SPLockType, _
toType As SPFile.SPLockType, _
fromLockId As String, _
toLockId As String, _
newTimeout As TimeSpan _
)
'Utilisation
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
)
Paramètres
fromType
Type : Microsoft.SharePoint.SPFile.SPLockTypeType de verrou sur le fichier en cours.
toType
Type : Microsoft.SharePoint.SPFile.SPLockTypeLe type de verrouillage pour figurer dans le fichier.
fromLockId
Type : System.StringL'identificateur (ID) pour le verrou en cours.
toLockId
Type : System.StringL'ID pour le verrou de nouveau.
newTimeout
Type : System.TimeSpanLa durée souhaitée pour le verrou de nouveau.
Exceptions
Exception | Condition |
---|---|
SPFileLockException | La valeur du paramètre fromType ou toType est None. |
SPException | Une erreur s'est produite lors de la conversion du verrou. |
Remarques
La valeur du paramètre fromType ni la valeur du paramètre toType doit être null .