TALXIS.Controls.FileExplorer.Package 1.0.2607.7000

Prefix Reserved
dotnet add package TALXIS.Controls.FileExplorer.Package --version 1.0.2607.7000
                    
NuGet\Install-Package TALXIS.Controls.FileExplorer.Package -Version 1.0.2607.7000
                    
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="1.0.2607.7000" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TALXIS.Controls.FileExplorer.Package" Version="1.0.2607.7000" />
                    
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 1.0.2607.7000
                    
#r "nuget: TALXIS.Controls.FileExplorer.Package, 1.0.2607.7000"
                    
#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@1.0.2607.7000
                    
#: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=1.0.2607.7000
                    
Install as a Cake Addin
#tool nuget:?package=TALXIS.Controls.FileExplorer.Package&version=1.0.2607.7000
                    
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

For more information visit www.talxis.com.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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
1.0.2607.7000 64 7/7/2026
0.0.0.11 1,232 3/18/2026
0.0.0.10 3,196 5/5/2025
0.0.0.8 772 4/7/2025
0.0.0.5 936 3/4/2025
0.0.0.4 567 2/24/2025

Version 0.0.0.12:
       - Collab Workspaces: custom command-bar buttons can now be placed inline or in the overflow menu and ordered as needed; custom view columns are sortable.
       - Fixed a conflict when renaming files during Environment File System uploads.
       - Fixed folder creation failing in Environment File System due to a missing path separator.
       - Added support for rendering the control as a full page (pagetype=control).
       - Items the current user cannot access are now gracefully skipped instead of preventing the control from loading; skipped items are logged to the browser console.
       - SharePoint workspaces now resolve correctly on non-standard tenant hostnames, custom managed paths, and Microsoft 365 group-connected sites; fixed an incorrect API call when resolving the root site.
       - Initialization failures now display a detailed, localized error message in the control instead of a generic fallback, including authentication and workspace setup errors.

     Version 0.0.0.11:
       - Rewrote breadcrumb with three-layer architecture (workspace switcher, root item, sub-path) and dedicated root folder breadcrumb item in multi-workspace mode.
       - File names are now clickable for single-click opening, matching SharePoint and Teams behavior.
       - Parallel workspace initialization for faster load times; workspaces that fail to initialize are gracefully skipped with a user-friendly error when none succeed.
       - Hardened minor versions check to prevent crashes on permission errors.
       - Fixed folder scaffolding to work correctly across all file system providers.
       - Simplified authentication with lazy token initialization; EFS workspaces no longer trigger unnecessary auth at startup.
       - Fixed templates query target record id, additional columns parameter regression, and CreatedBy column select query/mapper for EFS.
       - Fixed root path handling and malformed Graph API URL when creating folders at drive root.
       - Fixed path splitting to handle leading/trailing separators.
       - Fixed Czech translation errors (grammar, terminology, typos).
       - Removed @ts-ignore directives; renamed workspaceFolderEnabled to multipleWorkspacesMode for clarity.

     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.