PresentationStyleSettingsCheckForErrors Method

This is used to check the presentation style for errors

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public IEnumerable<string> CheckForErrors()

Return Value

IEnumerableString
An enumerable list of problems found or an empty list if everything is okay

See Also