ReportingService2006.ListSchedules(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 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
Schedule[]
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.