XmlCommentsFileIsValid Property

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

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.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