 | SegmentsPanelAddSegment Method |
Start to add a segment of the specified type.
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 AddSegment(
string segmentType
)
Public Shared Sub AddSegment (
segmentType As String
)
public:
static void AddSegment(
String^ segmentType
)
Parameters
- segmentType
- Type: SystemString
The type of segment to add. Corresponds to the caption of Add menu items.
See Also