Helper method for EnsureDataStore()
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static void WriteRootElement( string fileName, string rootElement, Configuration Configuration )
Public Shared Sub WriteRootElement ( _ fileName As String, _ rootElement As String, _ Configuration As Configuration _ )
public: static void WriteRootElement( String^ fileName, String^ rootElement, Configuration^ Configuration )
Parameters
- fileName (String)
- string, name of the file
- rootElement (String)
- the name of the root element to be inserted
- Configuration (Configuration)
- the configuration to use