Hi!
They are automatically created for static data types.
To ensure their automatic generation, you should:
They are automatically created for static data types.
To ensure their automatic generation, you should:
- Add these attributes to your static data types:
[RelevantToUserType("Developer")]
[Title("Simple")]
public interface MyDataType : IData
{
...
}
-
Ensure creating data store.
- either call the DynamicTypeManager.EnsureCreateStore once
- or simply add at least 1 item to the data type (e.g. via Tree Defintions, or programatically)