 | MajorGivingSetupPanelAddPlanOutline Method |
Add a major giving plan outline.
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 AddPlanOutline(
string planName,
Table steps
)
Public Shared Sub AddPlanOutline (
planName As String,
steps As Table
)
public:
static void AddPlanOutline(
String^ planName,
Table^ steps
)
Parameters
- planName
- Type: SystemString
The name of the plan outline. - steps
- Type: Table
Table where each row represents a step to add. Row keys correspond to the column captions.
See Also