| ParagraphSegmentDelete Method (Int32) |
Deletes the segment with specified ID.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public override void Delete(
int id
)
Public Overrides Sub Delete (
id As Integer
)
Parameters
- id
- Type: SystemInt32
Specified ID.
See Also