 | ConstituentPanelTeamRoleExists Method |
Check if a Team Member Role exists when adding a Prospect team member through the
'Add a prospect team member' dialog.
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 TeamRoleExists(
string teamRole
)
Public Shared Function TeamRoleExists (
teamRole As String
) As Boolean
public:
static bool TeamRoleExists(
String^ teamRole
)
Parameters
- teamRole
- Type: SystemString
The name of the team role to check for.
Return Value
Type:
BooleanTrue if the team role exists, false otherwise.
See Also