You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/file-manager/flat-data.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,10 @@ Event Name | Description
32
32
33
33
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.
34
34
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
-
37
35
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.
38
36
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
+
39
39
{% tabs %}
40
40
{% highlight cshtml tabtitle="CSHTML" %}
41
41
{% 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
69
69
70
70
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.
71
71
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.
0 commit comments