DevOpsWikiStrategy.TryResolveTopicAddress Method

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Attempts to resolve the address for the documentation content of the specified topic.
public override bool TryResolveTopicAddress(ITopic topic, [NotNullWhen(true)] out IResourceAddress address)

Parameters

topic ITopic
The topic for which to resolve the address.
address IResourceAddress
When this method returns, contains the address of the documentation content for the specified topic, or null if the address could not be resolved.

Returns

bool
true if the address was successfully resolved; otherwise, false.