Validates the specified XML stream.
Namespace: DotNetNuke.CommonAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public virtual bool Validate( Stream xmlStream ) |
Visual Basic |
---|
Public Overridable Function Validate ( xmlStream As Stream ) As Boolean |
Parameters
- xmlStream
- Type: System.IO..::..Stream
The XML stream.