Determines whether this instance is valid.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool IsValid()
Visual Basic
Public Function IsValid As Boolean

Return Value

true if this instance is valid; otherwise, false.

See Also