Click or drag to resize
IInfoProviderTInfoSet Method
Inserts or updates the info object in the underlying data store.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
void Set(
	TInfo info
)

Parameters

info
Type: TInfo
Info object to be inserted or updated.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when info is null.
See Also