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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid Ignore<T>(
T obj
)
where T :
Sub Ignore(Of T As ) (
obj As T
)
generic<typename T>
where T :
void Ignore(
T obj
)
abstract Ignore :
obj : 'T -> unit when 'T : Parameters
- obj T
[Missing <param name="obj"/> documentation for "M:Ingeniux.CMS.IUserWriteSession.Ignore``1(``0)"]
Type Parameters
- T
See Also