HelpLibraryManagerHelpContentFileInstalled Method

This is used to see if the specified content file is installed

Definition

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool HelpContentFileInstalled(
	string contentFilename
)

Parameters

contentFilename  String
The filename for which to check

Return Value

Boolean
True if the file is installed, false if not

See Also