HistClr
API Reference
>
HistClr
| SoapAction | n/a |
| Input Name | HistClr |
| Output Name | HistClrResponse |
| 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 | HistClr |
| Output Name | HistClrResponse |
| Input Namespace | n/a |
| Group Name | Xperience |
| Container | XP_MsgBus.xsd |
var hostedWindow = XperienceContext.Current.WindowManager.GetByContentInstance(this);
var messageType = new HistClrRq_MType() { HostId = hostedWindow.WindowId };
Helper.FillHeader(messageType);
var callback = this.messageBus.Send(messageType);