Click or drag to resize
CampaignConversionItemControllerGet Method (String, Int32)
Gets object according to ID and it's objType.

Namespace: CMS.WebAnalytics.Web.UI
Assembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 13.0.131
Syntax
C#
public BaseSelectorViewModel Get(
	string objType,
	int ID
)

Parameters

objType
Type: SystemString
Object type
ID
Type: SystemInt32
Object ID

Return Value

Type: BaseSelectorViewModel
HTTP status code 400 Bad Request, if object is not found or insufficient permissions; otherwise, HTTP status code 200 OK with serialized BaseSelectorViewModel view model.

Implements

ISelectorControllerTViewModelGet(String, Int32)
See Also