Click or drag to resize
CampaignConversionItemControllerGet Method (String, String, Int32, Int32)
Gets collection of items on the current site. User must have read permission for given objType.

Namespace: CMS.WebAnalytics.Web.UI
Assembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<BaseSelectorViewModel> Get(
	string objType,
	string name = "",
	int pageIndex = 0,
	int pageSize = 10
)

Parameters

objType
Type: SystemString
Object type of requested items.
name (Optional)
Type: SystemString
Search query (part of items's display name).
pageIndex (Optional)
Type: SystemInt32
Index of the page. Pages are indexed from 0 (first page).
pageSize (Optional)
Type: SystemInt32
Number of results in the page.

Return Value

Type: IEnumerableBaseSelectorViewModel
Collection of 10 serialized BaseSelectorViewModel view models or HTTP status code 400 Bad Request if objType is not supported or insufficient permissions.

Implements

ISelectorControllerTViewModelGet(String, String, Int32, Int32)
See Also