 | EventPanelEditTask Method |
Open the 'Edit task' dialog for task in the 'Tasks/Coordinators' tab.
Note: This is technically a different dialog than the dialog for adding a task.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void EditTask(
string taskName
)
Public Shared Sub EditTask (
taskName As String
)
public:
static void EditTask(
String^ taskName
)
Parameters
- taskName
- Type: SystemString
The name of task to edit.
See Also