Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Drive
Collection
ChildrenCollection
Interface ChildrenCollection
interface
ChildrenCollection
{
get
(
folderId
:
string
,
childId
:
string
)
:
ChildReference
;
insert
(
resource
:
ChildReference
,
folderId
:
string
)
:
ChildReference
;
insert
(
resource
:
ChildReference
,
folderId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
ChildReference
;
list
(
folderId
:
string
)
:
ChildList
;
list
(
folderId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
)
:
ChildList
;
remove
(
folderId
:
string
,
childId
:
string
)
:
void
;
}
Index
Methods
get
insert
list
remove
Methods
get
get
(
folderId
:
string
,
childId
:
string
)
:
ChildReference
Parameters
folderId
:
string
childId
:
string
Returns
ChildReference
insert
insert
(
resource
:
ChildReference
,
folderId
:
string
)
:
ChildReference
Parameters
resource
:
ChildReference
folderId
:
string
Returns
ChildReference
insert
(
resource
:
ChildReference
,
folderId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
ChildReference
Parameters
resource
:
ChildReference
folderId
:
string
optionalArgs
:
Record
<
string
,
any
>
Returns
ChildReference
list
list
(
folderId
:
string
)
:
ChildList
Parameters
folderId
:
string
Returns
ChildList
list
(
folderId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
)
:
ChildList
Parameters
folderId
:
string
optionalArgs
:
Record
<
string
,
any
>
Returns
ChildList
remove
remove
(
folderId
:
string
,
childId
:
string
)
:
void
Parameters
folderId
:
string
childId
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
insert
list
remove
Google Apps Script API
Loading...