Adds a new object to the content store. Objects are saved to the content store upon session closure.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- obj
- Type: T
The object to add.
Type Parameters
- T
- The type of object to add
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | When the parameter is null |
Remarks
See Also