Click or drag to resize

ParagraphSegmentGetDisabledParagraphIds Method (Int32, Int32, IListString)

Returns a list of disabled for user paragraphs for specified page ID.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static IEnumerable<int> GetDisabledParagraphIds(
	int pageID,
	int userID,
	IList<string> segmentsList
)

Parameters

pageID
Type: SystemInt32
A page ID.
userID
Type: SystemInt32
An user ID.
segmentsList
Type: System.Collections.GenericIListString
Segments ids list.

Return Value

Type: IEnumerableInt32
A list of disabled paragraphs.
Remarks