eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


Sidebar

en:howtos:plugins:jobsteps:messagebox

Property: Message box

To offer the list of message boxes in the node, use the TypeConvert ClientJobStepMsgBoxListTypeConverter from the namespace eBiss.Api.Workflow (eBiss.Api.dll). E.g. in the following for the property MessageBoxName:

public class RedFromHdSample : ClientJobStepBase
{
        [TypeConverter(typeof(ClientJobStepMsgBoxListTypeConverter)]
        public string MessageBoxName { get; set; }
}
en/howtos/plugins/jobsteps/messagebox.txt · Last modified: 2025/11/26 09:48 by 127.0.0.1