Fields
Fields
| Parameter | Description | |
|---|---|---|
nameString |
required | Provide a name to create the new drive. |
siteIdString |
required | Provide the SiteId of the site where you want to create the new drive. |
disableInheritedPermissionsBoolean |
optional | When true, the new drive does not inherit permissions from its parent site. |
siteColumnsList<DriveColumn> |
optional | Site columns to attach to the new drive. Each entry is a DriveColumn. |
contentTypesList<String> |
optional | Content types to enable on the new drive. |
Constructors
global CreateDriveInput( String name, String siteId )
global CreateDriveInput( String name, String siteId, Boolean disableInheritedPermissions )
global CreateDriveInput( String name, String siteId, Boolean disableInheritedPermissions, List<DriveColumn> siteColumns )
global CreateDriveInput( String name, String siteId, Boolean disableInheritedPermissions, List<DriveColumn> siteColumns, List<String> contentTypes )