Compartilhar via


ReportingService2006.ListSchedules(String) Método

Definição

Retorna uma lista de todas as agendas compartilhadas para um determinado 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()

Parâmetros

Site
String

A URL totalmente qualificada do site do SharePoint.

Retornos

Uma matriz de objetos Schedule que representa todas as agendas compartilhadas para o site determinado.

Comentários

A tabela a seguir mostra o cabeçalho e as informações de permissão sobre esta operação.

Cabeçalhos SOAP (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Permissões necessárias <xref:Microsoft.SharePoint.SPBasePermissions.Open>

Se o site não contiver agendas compartilhadas, uma matriz vazia Schedule será retornada.

Aplica-se a