Click or drag to resize

IEditSessionSetJournalEventAttribute Method

Sets attribute for journal event.

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

Parameters

attributeName
Type: SystemString
Attribute name. Max length - 255 chars.
value
Type: SystemString
Attribute value. Max length - 1000 chars.
journalEvent
Type: Resto.Front.Api.Editors.StubsINewJournalEventStub
Journal event.
See Also