ManagementAuthorizationProvider.GetAuthorizedUsers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, retrieves a collection of authorized users for the specified configuration path.
public:
abstract Microsoft::Web::Management::Server::ManagementAuthorizationInfoCollection ^ GetAuthorizedUsers(System::String ^ configurationPath, bool includeChildren, int itemIndex, int itemsPerPage);
public abstract Microsoft.Web.Management.Server.ManagementAuthorizationInfoCollection GetAuthorizedUsers (string configurationPath, bool includeChildren, int itemIndex, int itemsPerPage);
abstract member GetAuthorizedUsers : string * bool * int * int -> Microsoft.Web.Management.Server.ManagementAuthorizationInfoCollection
Public MustOverride Function GetAuthorizedUsers (configurationPath As String, includeChildren As Boolean, itemIndex As Integer, itemsPerPage As Integer) As ManagementAuthorizationInfoCollection
Parameters
- configurationPath
- String
The configuration path.
- includeChildren
- Boolean
true
to include in the returned collection all authorized users that are in child elements of the path specified in the configurationPath
parameter; otherwise, false
.
- itemIndex
- Int32
The index of the first ManagementAuthorizationInfo object to be displayed.
- itemsPerPage
- Int32
The number of additional ManagementAuthorizationInfo objects to display after the one specified in the itemIndex
parameter.
Returns
A ManagementAuthorizationInfoCollection object that contains ManagementAuthorizationInfo objects.