LayoutBuilderWriteLayoutXmlToFile Method |
Saves the
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void WriteLayoutXmlToFile(
string filePath
)
Public Sub WriteLayoutXmlToFile (
filePath As String
)
public:
void WriteLayoutXmlToFile(
String^ filePath
)
member WriteLayoutXmlToFile :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
See Also