Skip to content

Commit 1f37169

Browse files
Merge pull request #9254 from syncfusion-content/ES-1035141-Dev
Task(1035141): Removed syncfusion word in documentation
2 parents 5e38a68 + 81fc6af commit 1f37169

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

blazor/file-manager/data-binding.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Data Binding in Blazor File Manager Component | Syncfusion
4-
description: Checkout and learn here all about Data Binding in Syncfusion Blazor File Manager component and much more.
4+
description: Learn how to configure and use data binding in the Blazor File Manager component with practical examples and implementation guidance.
55
platform: Blazor
66
control: File Manager
77
documentation: ug
@@ -109,7 +109,7 @@ To access the above File Operations, you need some model class files that have f
109109

110110
Add your required files and folders under the `wwwroot\Files` directory.
111111

112-
* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. This will render the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor File Manager component in your default web browser.
112+
* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. This will render the Blazor File Manager component in your default web browser.
113113

114114
![Blazor File Manager Component](images/blazor-filemanager-component.png)
115115

@@ -210,7 +210,7 @@ namespace filemanager.Server.Controllers
210210
To perform the directory(folder) upload in File Manager, set [DirectoryUpload](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html#Syncfusion_Blazor_FileManager_FileManagerUploadSettings_DirectoryUpload) as true within the FileManagerUploadSettings. The directory upload feature is supported for the following file service providers:
211211
* Physical file service provider.
212212
* Azure file service provider.
213-
* NodeJS file service provider.
213+
* Node.js file service provider.
214214
* Amazon file service provider.
215215

216216
In this example, you can enable or disable the ability to upload directories by selecting an option from the DropDownButton. The DropDownButton is created using the Template feature in FileManagerCustomToolbarItems.
@@ -347,9 +347,9 @@ For Azure file service provider, no customizations are needed for directory uplo
347347

348348
Refer to the [GitHub](https://github.com/SyncfusionExamples/azure-aspcore-file-provider/blob/master/Controllers/AzureProviderController.cs#L94) for more details.
349349

350-
#### NodeJS file service provider
350+
#### Node.js file service provider
351351

352-
To perform the directory upload in the NodeJS file service provider, use the below code snippet in `app.post` method in the `filesystem-server.js` file.
352+
To perform the directory upload in the Node.js file service provider, use the below code snippet in `app.post` method in the `filesystem-server.js` file.
353353

354354
```typescript
355355
var folders = (req.body.filename).split('/');
@@ -624,7 +624,7 @@ To render the root-level folder, specify the ParentID as null, or there is no ne
624624
{% endhighlight %}
625625
{% endtabs %}
626626

627-
N> [Also see the demo here](https://blazor.syncfusion.com/demos/file-manager/flat-data?theme=fluent).
627+
N> [Also see the demo here](https://blazor.syncfusion.com/demos/file-manager/flat-data).
628628

629629
### Injected service
630630

blazor/file-manager/how-to/perform-custom-filtering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Perform Custom Filtering in Blazor File Manager Component | Syncfusion
4-
description: Checkout and learn here all about Custom Filtering in Syncfusion Blazor File Manager component and more.
4+
description: Learn how to configure custom filtering in the Blazor File Manager component with step-by-step instructions and practical guidance.
55
platform: Blazor
66
control: File Manager
77
documentation: ug
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
In the Blazor File Manager component, filtering support is provided. When the [FilterFilesAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.SfFileManager-1.html#Syncfusion_Blazor_FileManager_SfFileManager_1_FilterFilesAsync_System_Collections_Generic_List__0__) method is called, it triggers a custom operation on the controller side. Using this method, you can perform search operations by passing the SearchString as a parameter.
1313

14-
In the following example, the SearchStringvalue **Downloads** is passed, and based on that, a search operation is performed in the Blazor File Manager using a button click.
14+
In the following example, the SearchString value **Downloads** is passed, and based on that, a search operation is performed in the Blazor File Manager using a button click.
1515

1616
```cshtml
1717

0 commit comments

Comments
 (0)