| ParagraphSegmentSelectionGetSegmentSelections Method |
Returns a list of segment selections.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static ParagraphSegmentSelectionCollection GetSegmentSelections(
int segmentID
)
Public Shared Function GetSegmentSelections (
segmentID As Integer
) As ParagraphSegmentSelectionCollection
Parameters
- segmentID
- Type: SystemInt32
A segment ID.
Return Value
Type:
ParagraphSegmentSelectionCollectionA list of segment selections.
Remarks See Also