Issue::AddSolutionLink method

Creates and adds a solution Link to the Issue.

Syntax

virtual HRESULT AddSolutionLink(
  [in, optional]  LPCWSTR solutionLinkTitle,
  [in, optional]  LPCWSTR solutionLinkValue,
  [out, optional] Link    **solutionLink
) = 0;

Parameters

solutionLinkTitle [in, optional]

The solution link title.

solutionLinkValue [in, optional]

The solution link value, a URI.

solutionLink [out, optional]

The solution Link object that this method creates.

Return value

If the function succeeds, it returns S_OK. If it fails, it returns an error value.

Remarks

The Issue objects hold data from Iteration/Issues/Issue elements.

The solution Link objects hold data from the Issue/Solution/Links/Link elements.

The solution link title is the value of element Link/LinkTitle.

The solution link value is the value of element Link/LinkURI.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeRuntime.h
DLL
AxeCore.dll

See also

Issue