Share via


ConfigurationModuleProvider.GetSupportedChildDelegationStates(String) Method

Definition

Returns an array of DelegationState objects that specify the delegation states for all the child nodes.

public:
 override cli::array <Microsoft::Web::Management::Server::DelegationState ^> ^ GetSupportedChildDelegationStates(System::String ^ path);
public override Microsoft.Web.Management.Server.DelegationState[] GetSupportedChildDelegationStates (string path);
override this.GetSupportedChildDelegationStates : string -> Microsoft.Web.Management.Server.DelegationState[]
Public Overrides Function GetSupportedChildDelegationStates (path As String) As DelegationState()

Parameters

path
String

The path of the configuration file.

Returns

A DelegationState array.

Exceptions

path is null or empty.

path is not preceded by a forward slash (/).

Remarks

Use this method to get the supported delegation states at the child nodes. If the section in the server or site configuration file is read-only, the returned array will contain DelegationState objects that have read-only permission. If the section is read/write, the returned array will contain DelegationState objects that have read/write permission.

Applies to