Compartir a través de


ReportingService2006.GetItemType Método

Retrieves the type of an item in a SharePoint library, if the item exists.

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Function GetItemType ( _
    Item As String _
) As ItemTypeEnum
'Uso
Dim instance As ReportingService2006 
Dim Item As String 
Dim returnValue As ItemTypeEnum 

returnValue = instance.GetItemType(Item)
public ItemTypeEnum GetItemType(
    string Item
)
public:
ItemTypeEnum GetItemType(
    String^ Item
)
member GetItemType : 
        Item:string -> ItemTypeEnum
public function GetItemType(
    Item : String
) : ItemTypeEnum

Parámetros

  • Item
    Tipo: System.String
    The fully qualified URL of the item including the file name and extension.

Valor devuelto

Tipo: ReportService2006.ItemTypeEnum
A ItemTypeEnum value.

Comentarios

The table below shows header and permissions information on this operation.

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ViewListItems

Use the GetItemType method to determine the type of an item in a SharePoint library.

Vea también

Referencia

ReportingService2006 Clase

Espacio de nombres ReportService2006