Compartir a través de


de la propiedad ListItemCreationInformation.UnderlyingObjectType

Obtiene o establece un valor que especifica si el elemento de lista nuevo es un archivo o una carpeta.

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)

Sintaxis

'Declaración
Public Property UnderlyingObjectType As FileSystemObjectType
    Get
    Set
'Uso
Dim instance As ListItemCreationInformation
Dim value As FileSystemObjectType

value = instance.UnderlyingObjectType

instance.UnderlyingObjectType = value
public FileSystemObjectType UnderlyingObjectType { get; set; }

Valor de propiedad

Tipo: Microsoft.SharePoint.Client.FileSystemObjectType
Devuelve un .instance FileSystemObjectTypeque indica si el nuevo elemento de lista es un archivo o una carpeta.

Comentarios

Debe ser uno de los siguientes valores: archivo o carpeta.

Vea también

Referencia

clase ListItemCreationInformation

Miembros ListItemCreationInformation

Espacio de nombres Microsoft.SharePoint.Client