Click or drag to resize

IUserWriteSessionIgnoreT Method


Ignore any changed to a loaded object. This will allow the object to still use its session but not commit any changes.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void Ignore<T>(
	T obj
)
where T : 

Parameters

obj
Type: T

[Missing <param name="obj"/> documentation for "M:Ingeniux.CMS.IUserWriteSession.Ignore``1(``0)"]

Type Parameters

T
See Also