StaticdeleteStaticdeleteDeletes a partial view folder.
Deletes a partial view folder identified by the provided Id.
StaticgetGets a collection of partial view items.
Gets a collection of partial view items identified by the provided Ids.
Optionaloptions: Options<GetItemPartialViewData, ThrowOnError, unknown>StaticgetGets a partial view by path.
Gets a partial view identified by the provided file path.
StaticgetGets a partial view folder by path.
Gets a partial view folder identified by the provided file path.
StaticgetGets a paginated collection of partial view snippets.
Gets a paginated collection of available partial view code snippets that can be used when creating new partial views.
Optionaloptions: Options<GetPartialViewSnippetData, ThrowOnError, unknown>StaticgetGets a partial view snippet.
Gets a partial view snippet identified by the provided Id.
StaticgetGets a collection of ancestor partial view items.
Gets a collection of partial view items that are ancestors to the provided Id.
Optionaloptions: Options<GetTreePartialViewAncestorsData, ThrowOnError, unknown>StaticgetGets a collection of partial view tree child items.
Gets a paginated collection of partial view tree items that are children of the provided parent Id.
Optionaloptions: Options<GetTreePartialViewChildrenData, ThrowOnError, unknown>StaticgetGets a collection of partial view items from the root of the tree.
Gets a paginated collection of partial view items from the root of the tree with optional filtering.
Optionaloptions: Options<GetTreePartialViewRootData, ThrowOnError, unknown>StaticgetGets a collection of partial view tree sibling items.
Gets a collection of partial view tree items that are siblings of the provided Id.
Optionaloptions: Options<GetTreePartialViewSiblingsData, ThrowOnError, unknown>StaticpostCreates a new partial view.
Creates a new partial view with the configuration specified in the request model.
StaticpostCreates a partial view folder.
Creates a new partial view folder with the provided name and parent location.
StaticputUpdates a partial view.
Updates a partial view identified by the provided Id with the details from the request model.
StaticputRenames a partial view.
Renames a partial view file to the specified new name.
Deletes a partial view.
Deletes a partial view identified by the provided Id.