|
| A Sandcastle Documented Class Library |
| cXMLHandler..::..LoadSchemaFromFile Method |
| cXMLHandler Class See Also Send Feedback |
|
Loads the schema from file.
Namespace: XMLConfigurationLib
Assembly: XMLConfigurationLib (in XMLConfigurationLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string LoadSchemaFromFile( string filePath ) |
| Visual Basic |
|---|
Public Function LoadSchemaFromFile ( _ filePath As String _ ) As String |
| Visual C++ |
|---|
public: String^ LoadSchemaFromFile( String^ filePath ) |
Parameters
- filePath
- Type: System..::..String
The file path.
Return Value
The xsd file as a formatted string
Exceptions
| Exception | Condition |
|---|---|
| System..::..Exception | Bad File Extension or File Doesn't Exist or |