ResolveReferenceLinksComponentCreateMemberIdResolver(IDictionaryString, String, Boolean) Method

This is used to create a member ID URL resolver for the component to use in looking up help website URLs.

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
protected virtual IMemberIdUrlResolver CreateMemberIdResolver(
	IDictionary<string, string> cache,
	bool isShared
)

Parameters

cache  IDictionaryString, String
A cache of existing URLs or null to use the default cache.
isShared  Boolean
True if the cache is shared, false if not. If not shared, the cache will be disposed of when the instance is disposed of. If cache is null, this parameter is ignored.

Return Value

IMemberIdUrlResolver
An IMemberIdUrlResolver instance

See Also