#3 Use the sxc data API to create metadata
The samples can differ based on your Razor base class or if you're running an old version.
Selected: Typed (2sxc 16+) Switch to Dynamic (Razor14 or below)
Selected: Typed (2sxc 16+) Switch to Dynamic (Razor14 or below)
Requirements
Use the sxc data API to create metadata
This page uses the sxc data API to create metadata in the backend.
In this tutorial you'll learn how to:
- Create metadata for other entities using the javascript
.create(..., ...)
method - Delete existing items (so the demo doesn't grow uncontrollably) using the
.delete(...)
method
Look at the content below to see the effect.
#3 Use the sxc data API to create metadata