ReflectionDataSetDictionary.CoreFrameworkByTitle Method
Definition
- Namespace
- Sandcastle.Core.Reflection
- Assembly
- Sandcastle.Core.dll
This is used to find the first core framework matching the specified title or the next highest version if found but not installed if redirection is requested.
public ReflectionDataSet CoreFrameworkByTitle(string title, bool withRedirect)
Parameters
titlestringThe title to find
withRedirectboolTrue to redirect to the next highest version that is installed if the requested title is not installed or false to return the exact match even if not present.
Returns
- ReflectionDataSet
The framework settings if found or null if not found