PanelSession.LoadUi Method
Loads the MCML into a UI host.
Syntax
public void LoadUi(
string source,
IDictionary<string, object> sourceData,
IDictionary<string, object> uiProperties
);
Parameters
source
System.String. The MCML to load.
sourceData
System.Collections.Generic.IDictionary<System.String, System.Object>. Contains parameters passed in the web request that are used to fetch the page if the source URI is an HTTP or HTTPS URI.
uiProperties
System.Collections.Generic.IDictionary<System.String, System.Object>. Contains parameters passed to the new page.
Return Value
This method does not return a value.
Requirements
Reference: Microsoft.MediaCenter
Namespace: Microsoft.MediaCenter.Hosting
Assembly: Microsoft.MediaCenter.dll
Platform: Windows 7
See Also