Table of Contents

XmlCommentsFile.IsValid Property

Definition

Namespace
Sandcastle.Core.BuildEngine
Assembly
Sandcastle.Core.dll

This read-only property indicates whether or not the comments file contains valid, well-formed XML

public bool IsValid { get; }

Property Value

bool

True if it does, false if not. Invalid XML comments files will not be used as a source for comments during the build. InvalidReason returns the cause of the problem.