@umbraco-cms/backoffice
Preparing search index...
packages/documents/document-types
UmbDocumentTypeStructureDataSource
Interface UmbDocumentTypeStructureDataSource
interface
UmbDocumentTypeStructureDataSource
{
getAllowedChildrenOf
(
unique
:
null
|
string
,
parentContentUnique
:
null
|
string
,
)
:
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
UmbAllowedDocumentTypeModel
>
>
,
>
;
getAllowedParentsOf
(
unique
:
string
,
)
:
Promise
<
UmbDataSourceResponse
<
UmbEntityModel
[]
>
>
;
}
Hierarchy (
View Summary
)
UmbContentTypeStructureDataSource
<
UmbAllowedDocumentTypeModel
>
UmbDocumentTypeStructureDataSource
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
<
UmbAllowedDocumentTypeModel
>
>
,
>
Parameters
unique
:
null
|
string
parentContentUnique
:
null
|
string
Returns
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
UmbAllowedDocumentTypeModel
>
>
>
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...