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.

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public ReflectionDataSet CoreFrameworkByTitle(
	string title,
	bool withRedirect
)

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

ReflectionDataSet
The framework settings if found or null if not found

See Also