 | FileConfigSettingsFileServer Method |
Files the server.
Namespace:
Koden.Utils.IO.ConfigFileSections
Assembly:
Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntaxpublic FileServerElement FileServer(
string name
)
Public Function FileServer (
name As String
) As FileServerElement
public:
FileServerElement^ FileServer(
String^ name
)
member FileServer :
name : string -> FileServerElement
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
FileServerElement[Missing <returns> documentation for "M:Koden.Utils.IO.ConfigFileSections.FileConfigSettings.FileServer(System.String)"]
See Also