Click or drag to resize
PledgePanelIsPledgeConstituent Method
Check if the pledge is associated with the provided constituent. Verifies by checking which constituent the header link navigates to.

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static bool IsPledgeConstituent(
	string constituent
)

Parameters

constituent
Type: SystemString
The last name of the constituent.

Return Value

Type: Boolean
True if the pledge is associated with the provided constituent, false otherwise.
See Also