CheckOutType - Énumération
Énumération qui décrit les États différent de l'extraction d'un fichier, indépendamment de l'état de verrouillage du fichier.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Enumeration CheckOutType
'Utilisation
Dim instance As CheckOutType
public enum CheckOutType
Membres
Nom du membre | Description | |
---|---|---|
Online | Le fichier est extrait pour modification sur le serveur. | |
Offline | Le fichier est extrait pour modification sur l'ordinateur local. | |
None | Le fichier n'a pas été extrait. |
Remarques
Cette énumération est l'objet de client qui correspond à l'énumération SPFile.SPCheckOutType dans le modèle objet serveur.