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.6.492
Syntax
void Add<T>(
	T obj
)

Parameters

obj  T
The object to add.

Type Parameters

T
The type of object to add
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen the parameter obj is null
Remarks
When the parameter "obj" is null value, an error will be thrown.
See Also