ReflectionDataSetDictionaryCoreFrameworkByTitle Method
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.
Namespace: Sandcastle.Core.ReflectionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public ReflectionDataSet CoreFrameworkByTitle(
string title,
bool withRedirect
)
Public Function CoreFrameworkByTitle (
title As String,
withRedirect As Boolean
) As ReflectionDataSet
public:
ReflectionDataSet^ CoreFrameworkByTitle(
String^ title,
bool withRedirect
)
member CoreFrameworkByTitle :
title : string *
withRedirect : bool -> ReflectionDataSet
- title String
- The title to find
- withRedirect Boolean
- True 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.
ReflectionDataSetThe framework settings if found or null if not found