ReportingService2006.ListDependentItems(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of catalog items that reference a specified catalog item.
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()
Parameters
- Item
- String
The fully qualified URL of the item including the file name and extension.
Returns
An array of CatalogItem objects.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions | <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> |
This method returns all the children of Item
to which the user has <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> permission.
Only dependent items that have been published at the time the API is called will be listed.