Click or drag to resize

IUserWriteSessionAddT Method


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: 10.5.94
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