Intersoft WebDesktop Documentation
SaveTabsStructureToXml Method
See Also  Example Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebTab Class : SaveTabsStructureToXml Method


Glossary Item Box

Saves WebTabCollection collection to a XML file. Saves WebTabCollection collection to a XML file.

Overload List

OverloadDescription
SaveTabsStructureToXml(String)Saves WebTabCollection collection to a XML file.  
SaveTabsStructureToXml()Saves WebTabCollection collection to a XmlDocument instance.  

Example

The following example shows you how to save structure of WebTab programmatically. You need to insert the codes below OnClick Server Side Event. For more information please refer to Saving and Loading Structure Programmatically in See Also section
C#Copy Code
protected void Button1_Click(object sender, EventArgs e)
{
    WebTab1.SaveTabsStructureFromXml("Style1.xml");
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.