MicrosoftLearnMemberIdUrlResolver(IDictionaryString, String, Boolean) Constructor
This constructor is used to create the resolver using an existing cache
Namespace: Sandcastle.Tools.BuildComponentsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public MicrosoftLearnMemberIdUrlResolver(
IDictionary<string, string> urlCache,
bool isShared
)
Public Sub New (
urlCache As IDictionary(Of String, String),
isShared As Boolean
)
public:
MicrosoftLearnMemberIdUrlResolver(
IDictionary<String^, String^>^ urlCache,
bool isShared
)
new :
urlCache : IDictionary<string, string> *
isShared : bool -> MicrosoftLearnMemberIdUrlResolver
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
This constructor allows you to pass in a persistent cache with preloaded values that will
save looking up values that have already been determined.