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.v25.1.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| provider | IUriProvider | An object which exposes the IUriStreamProvider interface. |
See Also