MicrosoftLearnMemberIdUrlResolver(IDictionaryString, String, Boolean) Constructor

This constructor is used to create the resolver using an existing cache

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public MicrosoftLearnMemberIdUrlResolver(
	IDictionary<string, string> urlCache,
	bool isShared
)

Parameters

urlCache  IDictionaryString, String
A cache of existing member ID URLs
isShared  Boolean
True if the cache is shared, false if not. If not shared, the cache will be disposed of when this instance is disposed of

Remarks

This constructor allows you to pass in a persistent cache with preloaded values that will save looking up values that have already been determined.

See Also