The following tables list the members exposed by the CreateFolderParameters type.

Name Description
Public field inherits_file_attributes Whether or not we should inherit file attributes
Public field inherits_naming_rules Whether or not to inherit naming rules from above
Public field inherits_permissions Whether or not to inherit permissions from above
Public field is_managed Whether or not the folder should be managed
Public field name The name of the folder to create
Public field parent_folder_id The id of our parent folder - leave as null if a root folder should be created
Public field project_id The id of the job/project to create this folder in
Top