Click or drag to resize

ParagraphSegmentSelection Class

A table with segments selections(which are basically users smart searches). if a user belongs to at least one segment that has the "stop" icon, the paragraph is not rendered for this user. When a paragraph is set to "show", the only options for each segment is "hide" or "ignore". Similarly, if it is set to "hide", that is, the red "stop" icon, it is only shown to users that belong to at least one segment that has the green checkmark. When a paragraph is set to "hide", the only options for each segment are "show" and "ignore".
Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.AnalyticsParagraphSegmentSelection

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class ParagraphSegmentSelection : DbObject

The ParagraphSegmentSelection type exposes the following members.

Constructors
  NameDescription
Public methodParagraphSegmentSelection
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyConnection (Inherited from DbObject.)
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertySegmentID
Public propertySelected
Public propertySmartSearchID
Public propertyTransaction (Inherited from DbObject.)
Top
Methods
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
Remarks