ListItemCreationInformation.UnderlyingObjectType - Propriété
Obtient ou définit une valeur qui indique si le nouvel élément de liste est un fichier ou un dossier.
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 Property UnderlyingObjectType As FileSystemObjectType
Get
Set
'Utilisation
Dim instance As ListItemCreationInformation
Dim value As FileSystemObjectType
value = instance.UnderlyingObjectType
instance.UnderlyingObjectType = value
public FileSystemObjectType UnderlyingObjectType { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.FileSystemObjectType
Renvoie un .instance FileSystemObjectTypequi indique si le nouvel élément de liste est un fichier ou un dossier.
Remarques
Il doit être une des valeurs suivantes : fichier ou un dossier.
Voir aussi
Référence
ListItemCreationInformation classe