Skip to main content

DesCreateFolderInput

Input for folder creation.

input DesCreateFolderInput {
description: String
folderType: DesFolderType!
itemNamingSchemeTemplate: String
name: String!
parentFolderId: String
permissions: [DesUpdateFolderPermissionInput!]
workspaceUrl: String
}

Fields

DesCreateFolderInput.description ● String scalar

Folder description.

DesCreateFolderInput.folderType ● DesFolderType! non-null enum

Folder type.

DesCreateFolderInput.itemNamingSchemeTemplate ● String scalar

Naming scheme for the folder items.

DesCreateFolderInput.name ● String! non-null scalar

Folder name.

DesCreateFolderInput.parentFolderId ● String scalar

Reference identifier of the parent folder. If both parentId and parentFolderId are omitted or set to null, the folder will be placed under the library root.

DesCreateFolderInput.permissions ● [DesUpdateFolderPermissionInput!] list input

Folder permissions (non recursive).

DesCreateFolderInput.workspaceUrl ● String scalar

URL of the workspace into which the folder has to be created.