@umbraco-cms/backoffice
Preparing search index...
packages/media/media-types
UmbMediaTypeStructureDataSource
Interface UmbMediaTypeStructureDataSource
interface
UmbMediaTypeStructureDataSource
{
getAllowedChildrenOf
(
unique
:
null
|
string
,
parentContentUnique
:
null
|
string
,
)
:
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
UmbAllowedMediaTypeModel
>
>
>
;
getAllowedParentsOf
(
unique
:
string
,
)
:
Promise
<
UmbDataSourceResponse
<
UmbEntityModel
[]
>
>
;
}
Hierarchy (
View Summary
)
UmbContentTypeStructureDataSource
<
UmbAllowedMediaTypeModel
>
UmbMediaTypeStructureDataSource
Index
Methods
get
Allowed
Children
Of
get
Allowed
Parents
Of
Methods
get
Allowed
Children
Of
getAllowedChildrenOf
(
unique
:
null
|
string
,
parentContentUnique
:
null
|
string
,
)
:
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
UmbAllowedMediaTypeModel
>
>
>
Parameters
unique
:
null
|
string
parentContentUnique
:
null
|
string
Returns
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
UmbAllowedMediaTypeModel
>
>
>
get
Allowed
Parents
Of
getAllowedParentsOf
(
unique
:
string
,
)
:
Promise
<
UmbDataSourceResponse
<
UmbEntityModel
[]
>
>
Parameters
unique
:
string
Returns
Promise
<
UmbDataSourceResponse
<
UmbEntityModel
[]
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Allowed
Children
Of
get
Allowed
Parents
Of
@umbraco-cms/backoffice
Loading...