ReportingService2006.ListSchedules(String) Method

Definition

Returns a list of all shared schedules for a given site.

public:
 cli::array <ReportService2006::Schedule ^> ^ ListSchedules(System::String ^ Site);
public ReportService2006.Schedule[] ListSchedules (string Site);
member this.ListSchedules : string -> ReportService2006.Schedule[]
Public Function ListSchedules (Site As String) As Schedule()

Parameters

Site
String

The fully qualified URL for the SharePoint site.

Returns

An array of Schedule objects that represents all shared schedules for the given site.

Remarks

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

SOAP Headers (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions <xref:Microsoft.SharePoint.SPBasePermissions.Open>

If the site does not contain any shared schedules, an empty Schedule array is returned.

Applies to