eBiss 3

Hilfe & Dokumentation

Benutzer-Werkzeuge

Webseiten-Werkzeuge


Seitenleiste

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 · Zuletzt geändert: 2025/11/26 09:48 von 127.0.0.1