From 5fa8ad075d34a3061d68adf59f64522e14d6605f Mon Sep 17 00:00:00 2001 From: Kasper Date: Tue, 13 Mar 2018 12:18:27 +0100 Subject: [PATCH] Update upload-drag-area.component.md (#3067) --- docs/upload-drag-area.component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upload-drag-area.component.md b/docs/upload-drag-area.component.md index 0a221217ad..8051ab81e7 100644 --- a/docs/upload-drag-area.component.md +++ b/docs/upload-drag-area.component.md @@ -32,7 +32,7 @@ export class AppComponent { | Name | Type | Default | Description | | --- | --- | --- | --- | | disabled | boolean | false | Toggle component disabled state | -| rootFolderId | string | '-root-' | The ID of the root folder node. | +| parentId | string | '-root-' | The ID of the folder in which the files will be uploaded. | | versioning | boolean | false | Versioning false is the default uploader behaviour and it renames the file using an integer suffix if there is a name clash. Versioning true to indicate that a major version should be created | ### Events