 | MajorGivingSetupPanelPlanOutlineExists Method |
Check if a major giving plan outline exists
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 bool PlanOutlineExists(
TableRow plan
)
Public Shared Function PlanOutlineExists (
plan As TableRow
) As Boolean
public:
static bool PlanOutlineExists(
TableRow^ plan
)
Parameters
- plan
- Type: TableRow
Mapping of field caption keys to their values.
Return Value
Type:
BooleanTrue if the plan exists, false otherwise.
See Also