Reflection Data Set DictionaryCore Framework By Title 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.
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The framework settings if found or null if not found
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public ReflectionDataSet CoreFrameworkByTitle(
string title,
bool withRedirect
)VB
Public Function CoreFrameworkByTitle (
title As String,
withRedirect As Boolean
) As ReflectionDataSetC++
public:
ReflectionDataSet^ CoreFrameworkByTitle(
String^ title,
bool withRedirect
)F#
member CoreFrameworkByTitle :
title : string *
withRedirect : bool -> ReflectionDataSet Parameters
- 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.
Return Value
ReflectionDataSetThe framework settings if found or null if not found