IUserWriteSessionAddT Method Ingeniux CMS Content Store API

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

void Add<T>(
	T obj
)

Parameters

obj
Type: T
The object to add.

Type Parameters

T
The type of object to add
Exceptions

ExceptionCondition
ArgumentNullExceptionWhen the parameter is null
Remarks

When the parameter "obj" is null value, an error will be thrown.
See Also

Reference