XmlCommentsFileIsValid Property

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

Definition

Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public bool IsValid { get; }

Return Value

Boolean
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.

See Also