DevOpsWikiStrategy.TryResolveNamespaceAddress Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to resolve the address of the documentation content for the specified namespace.
public override bool TryResolveNamespaceAddress(string ns, [NotNullWhen(true)] out IResourceAddress address)Parameters
nsstring- The namespace to resolve the address for.
addressIResourceAddress- When this method returns, contains the address of the documentation content for the specified namespace, or
nullif the address could not be resolved.
