Partager via


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

  • fromLockId
    Type : System.String

    L'identificateur (ID) pour le verrou en cours.

  • newTimeout
    Type : System.TimeSpan

    La 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 .

Voir aussi

Référence

SPFile classe

SPFile - Membres

Microsoft.SharePoint - Espace de noms

SPFile.SPLockType

LockedByUser