Click or drag to resize
RequestLogLogNewItem Method
Log a new item to the debug. Returns the item Data row if the item was logged

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public DataRow LogNewItem(
	Action<DataRow> itemSetup,
	bool addBeforeLast = false,
	bool rememberItem = true
)

Parameters

itemSetup
Type: SystemActionDataRow
Item setup
addBeforeLast (Optional)
Type: SystemBoolean
If true, the new item is added before the last item
rememberItem (Optional)
Type: SystemBoolean
If true, the item is remembered in context for further editing

Return Value

Type: DataRow
See Also