import { createFolder } from "@esri/arcgis-rest-portal";//createFolder({ title: 'Map Collection', authentication: userSession}) .then(response) Copy
import { createFolder } from "@esri/arcgis-rest-portal";//createFolder({ title: 'Map Collection', authentication: userSession}) .then(response)
Create a folder. See the REST Documentation for more information.
Options for the request
A Promise that resolves with folder details once the folder has been created
Create a folder. See the REST Documentation for more information.