Skip to main content
A newer version of this page is available. .

IUriProviderService.UnregisterProvider(IUriProvider) Method

Cancels the registration of an URI provider, and makes it unavailable to the clients of the service.

Namespace: DevExpress.Office.Services

Assembly: DevExpress.Office.v18.2.Core.dll

Declaration

void UnregisterProvider(
    IUriProvider provider
)

Parameters

Name Type Description
provider IUriProvider

An object which exposes the IUriStreamProvider interface.

See Also