Click or drag to resize

IEditSessionSetJournalEventAttribute Method

Sets attribute for journal event.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void SetJournalEventAttribute(
	string attributeName,
	string value,
	INewJournalEventStub journalEvent
)

Parameters

attributeName  String
Attribute name. Max length - 255 chars.
value  String
Attribute value. Max length - 1000 chars.
journalEvent  INewJournalEventStub
Journal event.
See Also