AlertManagement.ListUsersAdmin(String) Method

Definition

Returns the list of the users on the SharePoint site that created alert definitions.

public:
 cli::array <AlertingWcfProxy::User ^> ^ ListUsersAdmin(System::String ^ siteUrl);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListUsersAdminRsExceptionInfoFault", Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListUsersAdmin", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListUsersAdminResponse")]
public AlertingWcfProxy.User[] ListUsersAdmin (string siteUrl);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListUsersAdminRsExceptionInfoFault", Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListUsersAdmin", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListUsersAdminResponse")>]
abstract member ListUsersAdmin : string -> AlertingWcfProxy.User[]
Public Function ListUsersAdmin (siteUrl As String) As User()

Parameters

siteUrl
String

The URL to the SharePoint site.

Returns

User[]

The collection of the users.

Attributes

Applies to