Click or drag to resize

ParagraphSegment Methods

The ParagraphSegment type exposes the following members.

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
See Also