Skip to content

Commit 6127c93

Browse files
932109: Added type field topic in flatdata
1 parent 10c0fbb commit 6127c93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ej2-asp-core-mvc/file-manager/flat-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Event Name | Description
3232

3333
The File Manager can be populated with local data that contains the array of [FileSystemData](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.FileManager.FileManager.html#Syncfusion_EJ2_FileManager_FileManager_FileSystemData) objects with `parentId` mapping.
3434

35-
The `type` field in the flatdata source must not be `null`. This field identifies whether the item is a file or a folder, and it also specifies the file type.
36-
3735
To render the root-level folder, specify the `parentId` as null, or there is no need to specify the `parentId` in the array of `FileSystemData` objects.
3836

37+
The `type` field in the flat data source must not be `null`. This field identifies whether the item is a file or a folder, and it also specifies the file type.
38+
3939
{% tabs %}
4040
{% highlight cshtml tabtitle="CSHTML" %}
4141
{% include code-snippet/file-manager/flat-data/razor %}
@@ -69,7 +69,7 @@ The File Manager can be populated with local data that contains the array of [Fi
6969

7070
To render the root-level folder, specify the `parentId` as null, or there is no need to specify the `parentId` in the array of `FileSystemData` objects.
7171

72-
The `type` field in the flatdata source must not be `null`. This field identifies whether the item is a file or a folder, and it also specifies the file type.
72+
The `type` field in the flat data source must not be `null`. This field identifies whether the item is a file or a folder, and it also specifies the file type.
7373

7474
{% if page.publishingplatform == "aspnet-core" %}
7575

0 commit comments

Comments
 (0)