2020 Method
Changes 0
M

TaskDialog.AddCommandLink

Description:
Adds a CommandLink associated to the given id, displaying the indicating main content.
Remarks:

Parameter mainContent cannot contain newlines.

If the id has already been set to the task dialog, the new CommandLink definition overrides the old one.

CommandLinks will always be shown in the dialog in the order of their ids.

Overloads (2):
AddCommandLink(TaskDialogCommandLinkId,String)
public void AddCommandLink(
	TaskDialogCommandLinkId id,
	string mainContent
)