FileManagerDataSourceSchemaModelSettingsTagHelper
Example
Razor
<filemanager-model>
</filemanager-model>
Attributes
| Attribute | Type | Description |
|---|---|---|
| children | String | Specify the model children member name. |
| has-children | String | Specify the member name used to determine if the model has children. |
| id | String | The name of the field which represents the unique identifier of the data item. The value of the id field is used to distinguish between data items when inserting, updating, or removing data items. |
| is-directory | String | Specify the member name used to determine if the model is directory. |