AlertManagementClient.ListUsersAdmin(String) Method

Definition

Retrieves the list of users on the SharePoint site who created the alert definitions.

public:
 virtual cli::array <AlertingWcfProxy::User ^> ^ ListUsersAdmin(System::String ^ siteUrl);
public AlertingWcfProxy.User[] ListUsersAdmin (string siteUrl);
abstract member ListUsersAdmin : string -> AlertingWcfProxy.User[]
override this.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 users on the specified SharePoint site who created the alert definitions.

Implements

Applies to