StaticdeleteStaticdeleteDeletes a stylesheet folder.
Deletes a stylesheet folder identified by the provided Id.
StaticgetGets a collection of stylesheet items.
Gets a collection of stylesheet items identified by the provided Ids.
Optionaloptions: Options<GetItemStylesheetData, ThrowOnError, unknown>StaticgetGets a stylesheet by path.
Gets a stylesheet identified by the provided file path.
StaticgetGets a stylesheet folder by path.
Gets a stylesheet folder identified by the provided file path.
StaticgetGets a collection of ancestor stylesheet items.
Gets a collection of stylesheet items that are ancestors to the provided Id.
Optionaloptions: Options<GetTreeStylesheetAncestorsData, ThrowOnError, unknown>StaticgetGets a collection of stylesheet tree child items.
Gets a paginated collection of stylesheet tree items that are children of the provided parent Id.
Optionaloptions: Options<GetTreeStylesheetChildrenData, ThrowOnError, unknown>StaticgetGets a collection of stylesheet items from the root of the tree.
Gets a paginated collection of stylesheet items from the root of the tree with optional filtering.
Optionaloptions: Options<GetTreeStylesheetRootData, ThrowOnError, unknown>StaticgetGets a collection of stylesheet tree sibling items.
Gets a collection of stylesheet tree items that are siblings of the provided Id.
Optionaloptions: Options<GetTreeStylesheetSiblingsData, ThrowOnError, unknown>StaticpostCreates a new stylesheet.
Creates a new stylesheet with the configuration specified in the request model.
StaticpostCreates a stylesheet folder.
Creates a new stylesheet folder with the provided name and parent location.
StaticputUpdates a stylesheet.
Updates a stylesheet identified by the provided Id with the details from the request model.
StaticputRenames a stylesheet.
Renames a stylesheet file to the specified new name.
Deletes a stylesheet.
Deletes a stylesheet identified by the provided Id.