Click or drag to resize
Sandcastle Help File BuilderHelpLibraryManagerHelpContentFileInstalled Method
This is used to see if the specified content file is installed

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assemblies:  HelpLibraryManagerLauncher (in HelpLibraryManagerLauncher.exe) Version: 2014.11.22.0
  SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool HelpContentFileInstalled(
	string contentFilename
)

Parameters

contentFilename
Type: SystemString
The filename for which to check

Return Value

Type: Boolean
True if the file is installed, false if not
See Also