| HelpLibraryManagerHelpContentFileInstalled Method |
This is used to see if the specified content file is installed
Namespace: SandcastleBuilder.MicrosoftHelpViewerAssemblies: 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
)
Public Function HelpContentFileInstalled (
contentFilename As String
) As Boolean
public:
bool HelpContentFileInstalled(
String^ contentFilename
)
member HelpContentFileInstalled :
contentFilename : string -> bool
Parameters
- contentFilename
- Type: SystemString
The filename for which to check
Return Value
Type:
BooleanTrue if the file is installed, false if not
See Also