Language

ReportingService2006.ListDependentItems(String) メソッド

定義

指定されたカタログ項目を参照するカタログ項目のリストを返します。

public:
 cli::array <ReportService2006::CatalogItem ^> ^ ListDependentItems(System::String ^ Item);
public ReportService2006.CatalogItem[] ListDependentItems(string Item);
member this.ListDependentItems : string -> ReportService2006.CatalogItem[]
Public Function ListDependentItems (Item As String) As CatalogItem()

パラメーター

Item
String

ファイル名と拡張子を含む、アイテムの完全限定URLです。

返品

CatalogItem オブジェクトの配列。

注釈

以下の表は、この操作のヘッダーおよび権限情報を示しています。

SOAPヘッダー (イン) TrustedUserHeaderValue

(アウト) ServerInfoHeaderValue
必要なアクセス許可 <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems>

このメソッドは、ユーザーが許可を持つ Item のすべての子を返 <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> します。

APIが呼び出された時点で公開されている依存項目のみがリストされます。

適用対象