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: 2024/02/20 08:15 von 127.0.0.1