Skip to content

Commit 3c19413

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/powerapps-docs-pr (branch live)
2 parents bc89fc5 + a0b386f commit 3c19413

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

powerapps-docs/developer/common-data-service/virtual-entities/sample-generic-ve-plugin.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ search.app:
2727

2828
This sample shows a minimal implementation for a generic Common Data Service virtual entity data provider plug-in, **DropboxRetrieveMultiplePlugin**, for the [Dropbox](https://www.dropbox.com/) file-sharing service. It uses the "bare metal" approach, translating the <xref:Microsoft.Xrm.Sdk.Query.QueryExpression> through the creation of the custom visitor class, **DropBoxExpressionVisitor**. It returns a collection of the files that satisfy the search criteria as an <xref:Microsoft.Xrm.Sdk.EntityCollection>.
2929

30+
> [!NOTE]
31+
> This sample requires the use of ILMERGE to combine the plug-in and Dropbox assemblies prior to registering the assembly with Common Data Service. Use of ILMERGE is not officially supported. A future update to this sample will remove the need to use ILMERGE.
32+
3033
## Getting started
3134

3235
In order to build this sample, you must first install the [Dropbox.Api](https://www.nuget.org/packages/Dropbox.Api/) and [Microsoft.CrmSdk.Data](https://www.nuget.org/packages/Microsoft.CrmSdk.Data/) NuGet packages in your solution. You'll also need a DropBox account and pass a real access token when creating an instance of the **DropboxClient**.
@@ -119,4 +122,4 @@ public class DropboxRetrieveMultiplePlugin : IPlugin
119122

120123
[Get started with virtual entities](get-started-ve.md)<br />
121124
[API considerations of virtual entities](api-considerations-ve.md)<br />
122-
[Custom virtual entity data providers](custom-ve-data-providers.md)
125+
[Custom virtual entity data providers](custom-ve-data-providers.md)

0 commit comments

Comments
 (0)