This topic has not yet been rated - Rate this topic

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.

Return Value

Type: AlertingWcfProxy.User[]
The collection of the users.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.