GetProvidersForAdministration method

Returns IERUCollection containing all providers that can be accessed from this server, including those that are excluded by administration rules. This can only be called when the facility is accessed by the built-in Administrator user.

Syntax


C++

HRESULT GetProvidersForAdministration(
   ERUProviderFamily FamilyID,
   IERUCollection** ppProviders)

Scripting languages
Set EnumProviders =
   Object.GetProvidersForAdministration(FamilyID as
   ERUProviderFamily)

Parameters


FamilyID

The ID of the provider family, as an ERUProviderFamily enumeration.

ppProviders

Upon return, an IERUCollection of interface pointers to the providers.

Return value


C++

The return code.

Scripting languages

Upon return, an IERUCollection of interface pointers to the providers.

Home

Applies to

IERUDocumentumSettings