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