WebConfigDocument.Load Method (String, String)
Loads a given fileName from a given path and returns a WebConfigDocument or null if file is not found or is invalid.
Assembly: Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)
Parameters
- path
-
Type:
System.String
The path from where to load the config file.
- fileName
-
Type:
System.String
The name of the config file to load.
Return Value
Type: Microsoft.WindowsAzure.Mobile.Service.Config.WebConfigDocumentA WebConfigDocument or null if file could not be read.
Show: