HelpLibraryManagerHelpContentFileInstalled Method
This is used to see if the specified content file is installed
Namespace: SandcastleBuilder.MicrosoftHelpViewerAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool HelpContentFileInstalled(
string contentFilename
)
Public Function HelpContentFileInstalled (
contentFilename As String
) As Boolean
public:
bool HelpContentFileInstalled(
String^ contentFilename
)
member HelpContentFileInstalled :
contentFilename : string -> bool
- contentFilename String
- The filename for which to check
BooleanTrue if the file is installed, false if not