次の方法で共有


ReportingService2006.GetItemType メソッド

SharePoint ライブラリにアイテムがある場合、その種類を取得します。

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
Public Function GetItemType ( _
    Item As String _
) As ItemTypeEnum
'使用
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

パラメーター

  • Item
    型: System.String
    ファイル名と拡張子を含む、アイテムの完全修飾 URL です。

戻り値

型: ReportService2006.ItemTypeEnum
ItemTypeEnum 値です。

説明

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

必要な権限

ViewListItems

SharePoint ライブラリのアイテムの種類を確認するには、GetItemType メソッドを使用します。

関連項目

参照

ReportingService2006 クラス

ReportService2006 名前空間