Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Drive
Collection
ParentsCollection
Interface ParentsCollection
interface
ParentsCollection
{
get
(
fileId
:
string
,
parentId
:
string
)
:
ParentReference
;
insert
(
resource
:
ParentReference
,
fileId
:
string
)
:
ParentReference
;
insert
(
resource
:
ParentReference
,
fileId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
ParentReference
;
list
(
fileId
:
string
)
:
ParentList
;
remove
(
fileId
:
string
,
parentId
:
string
)
:
void
;
}
Index
Methods
get
insert
list
remove
Methods
get
get
(
fileId
:
string
,
parentId
:
string
)
:
ParentReference
Parameters
fileId
:
string
parentId
:
string
Returns
ParentReference
insert
insert
(
resource
:
ParentReference
,
fileId
:
string
)
:
ParentReference
Parameters
resource
:
ParentReference
fileId
:
string
Returns
ParentReference
insert
(
resource
:
ParentReference
,
fileId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
ParentReference
Parameters
resource
:
ParentReference
fileId
:
string
optionalArgs
:
Record
<
string
,
any
>
Returns
ParentReference
list
list
(
fileId
:
string
)
:
ParentList
Parameters
fileId
:
string
Returns
ParentList
remove
remove
(
fileId
:
string
,
parentId
:
string
)
:
void
Parameters
fileId
:
string
parentId
:
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...