Click or drag to resize

ParagraphSegment Class

Provides information about personalization of the pages as they are rendered for sending in email marketing or in frontend. For each paragraph, we have a setting (show/hide), which indicates whether the paragraph should be shown or hidden by default.
Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.AnalyticsParagraphSegment

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

The ParagraphSegment type exposes the following members.

Constructors
  NameDescription
Public methodParagraphSegment
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 propertyParagraphID
Public propertySegmentSelections
Public propertyShowAsDefault
Public propertyTransaction (Inherited from DbObject.)
Top
Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32)
Deletes the segment with specified ID.
(Overrides DbObjectDelete(Int32).)
Public methodStatic memberDeleteSegments
Delete all segments by page ID.
Public methodFill
Fills object properties with data provided by a given data reader.
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills data row with the property values of the current object.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetDisabledParagraphIds(Int32)
Returns a list of disabled for user paragraphs for specified page ID.
Public methodStatic memberGetDisabledParagraphIds(Int32, Int32, IListString)
Returns a list of disabled for user paragraphs for specified page ID.
Public methodStatic memberGetSegments
Returns a list of segments by page ID.
Public methodStatic memberGetSegmentSmartSearches
Returns a list of related smart searches to segment.
Public methodLoad (Inherited from DbObject.)
Public methodSave
Saves the segment to the database.
(Overrides DbObjectSave.)
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
Remarks