IDocumentAddressProvider.TryGetMemberFile Method
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to retrieve the path of the documentation file for the specified member.
bool TryGetMemberFile(IMember member, [NotNullWhen(true)] out string relativePath)Parameters
memberIMember- The member to retrieve the documentation file path for.
relativePathstring- When this method returns, contains the relative path of the documentation file for the specified member, if the member has a documentation file path; otherwise,
null.
