TALXIS.Controls.FileExplorer.Package 0.0.0.10

Prefix Reserved
dotnet add package TALXIS.Controls.FileExplorer.Package --version 0.0.0.10
                    
NuGet\Install-Package TALXIS.Controls.FileExplorer.Package -Version 0.0.0.10
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TALXIS.Controls.FileExplorer.Package" Version="0.0.0.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TALXIS.Controls.FileExplorer.Package" Version="0.0.0.10" />
                    
Directory.Packages.props
<PackageReference Include="TALXIS.Controls.FileExplorer.Package" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TALXIS.Controls.FileExplorer.Package --version 0.0.0.10
                    
#r "nuget: TALXIS.Controls.FileExplorer.Package, 0.0.0.10"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TALXIS.Controls.FileExplorer.Package@0.0.0.10
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TALXIS.Controls.FileExplorer.Package&version=0.0.0.10
                    
Install as a Cake Addin
#tool nuget:?package=TALXIS.Controls.FileExplorer.Package&version=0.0.0.10
                    
Install as a Cake Tool

Power Apps File Explorer Control

This package contains a Dataverse Package Deployer package that includes:

  • FileExplorer PCF Control: A custom PowerApps Component Framework (PCF) control that provides a user-friendly UI for managing files in SharePoint and Dataverse
  • Database Schema: Includes necessary table definitions, relationships and metadata
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.0.10 1,298 5/5/2025
0.0.0.8 441 4/7/2025
0.0.0.5 610 3/4/2025
0.0.0.4 226 2/24/2025

Version 0.0.0.10: Fixed a breadcrumb bug introduced with the multiple workspace feature. Now it works for a single workspace again.

       Version 0.0.0.8: Improved error handling for inaccessible document libraries in configuration. The control now gracefully ignores the configuration record instead of throwing an error.