Click or drag to resize

QueryGroupRemoveAt Method

Removes item at the given index from the group.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public virtual bool RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
Item index.

Return Value

Type: Boolean
Value indicating whether item has been successfully removed.
See Also