Skip to content

Commit ab5b0ef

Browse files
authored
Update web-access-plugin.md
Fix issue 4284
1 parent 35d26ee commit ab5b0ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/data-platform/org-service/samples/web-access-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Sample: Web access from a plug-in (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn how to write a plug-in that can access resources on the World Wide Web." # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.date: 04/06/2022
4+
ms.date: 04/10/2023
55
author: divkamath
66
ms.author: dikamath
77
ms.reviewer: pehecke
@@ -21,7 +21,7 @@ This sample shows how to write a plug-in that can access web (network) resources
2121

2222
## How to run this sample
2323

24-
1. Download or clone the [Samples](https://github.com/Microsoft/PowerApps-Samples) repo so that you have a local copy. This sample is located under PowerApps-Samples-master\cds\orgsvc\C#\WebAccessPlugin.
24+
1. Download or clone the [Samples](https://github.com/Microsoft/PowerApps-Samples) repo so that you have a local copy. This sample is located under PowerApps-Samples-master\dataverse\orgsvc\C#\WebAccessPlugin.
2525
1. There are two different plug-in class examples:
2626
- WebClientPlugin uses [WebClient Class](/dotnet/api/system.net.webclient)
2727
- HttpClientPlugin uses [HttpClient Class](/dotnet/api/system.net.http.httpclient)

0 commit comments

Comments
 (0)