Microsoft Learn Member Id Url Resolver(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: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public MicrosoftLearnMemberIdUrlResolver(
IDictionary<string, string> urlCache,
bool isShared
)VB
Public Sub New (
urlCache As IDictionary(Of String, String),
isShared As Boolean
)C++
public:
MicrosoftLearnMemberIdUrlResolver(
IDictionary<String^, String^>^ urlCache,
bool isShared
)F#
new :
urlCache : IDictionary<string, string> *
isShared : bool -> MicrosoftLearnMemberIdUrlResolverParameters
- 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.