HistItemAdd
API Reference
>
HistItemAdd
| SoapAction | n/a |
| Input Name | HistItemAdd |
| Output Name | HistItemAddResponse |
| Input Namespace | n/a |
| Group Name | Xperience |
| Container | XP_MsgBus.xsd |
Did this page help you?
Last updated Mon Dec 9 2024
| SoapAction | n/a |
| Input Name | HistItemAdd |
| Output Name | HistItemAddResponse |
| Input Namespace | n/a |
| Group Name | Xperience |
| Container | XP_MsgBus.xsd |
var hostedWindow = XperienceContext.Current.WindowManager.GetByContentInstance(this);
var messageType = new HistItemAddRq_MType()
{
EncapAppMsg = "Jack and Jill",
HistItemDesc = "Jack and Jill",
HostId = hostedWindow.WindowId
};
Helper.FillHeader(messageType);
var callback = this.messageBus.Send(messageType);