HostedWebApplication.loadAdapter(XmlDocument) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads an adapter (if any) to modify the web application behavior.
protected:
Microsoft::Uii::Csr::HostedApplicationAdapter ^ loadAdapter(System::Xml::XmlDocument ^ initstring);
protected Microsoft.Uii.Csr.HostedApplicationAdapter loadAdapter (System.Xml.XmlDocument initstring);
member this.loadAdapter : System.Xml.XmlDocument -> Microsoft.Uii.Csr.HostedApplicationAdapter
Protected Function loadAdapter (initstring As XmlDocument) As HostedApplicationAdapter
Parameters
- initstring
- XmlDocument
application initstring
Returns
The adapter to use, or null.