Validates the specified XML stream.

Namespace: DotNetNuke.Common
Assembly: 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.

Return Value

returnsM:DotNetNuke.Common.XmlValidatorBase.Validate(System.IO.Stream)

See Also