Class ModuleDefinitionValidator
Inheritance
System.Object
ModuleDefinitionValidator
Assembly: DotNetNuke.dll
Syntax
public class ModuleDefinitionValidator : XmlValidatorBase
Methods
|
Improve this Doc
View Source
GetModuleDefinitionVersion(Stream)
Declaration
public ModuleDefinitionVersion GetModuleDefinitionVersion(Stream xmlStream)
Parameters
Type |
Name |
Description |
Stream |
xmlStream |
|
Returns
|
Improve this Doc
View Source
Validate(Stream)
Validates the specified XML stream.
Declaration
public override bool Validate(Stream xmlStream)
Parameters
Type |
Name |
Description |
Stream |
xmlStream |
The XML stream.
|
Returns
Type |
Description |
System.Boolean |
true if the XML is valid, otherwise false.
|
Overrides
Extension Methods