AlertManagement.ListUsersAdmin Method
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns the list of the users on the SharePoint site that created alert definitions.
Namespace: AlertingWcfProxy
Assembly: AlertingWcfProxy (in AlertingWcfProxy.dll)
[OperationContractAttribute(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")] [FaultContractAttribute(typeof(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")] User[] ListUsersAdmin( string siteUrl )
Parameters
- siteUrl
- Type: System.String
The URL to the SharePoint site.