Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.WebAnalytics Namespaces
CMS.WebAnalytics.Web.UI
CampaignConversionItemController Class
CampaignConversionItemController Methods
Get Method
Get Method (String, Int32)
Get Method (String, String, Int32, Int32)
CampaignConversionItemController
Get 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: 12.0.0
Syntax
C#
Copy
public
BaseSelectorViewModel
Get
(
string
objType
,
int
ID
)
Parameters
objType
Type:
System
String
Object type
ID
Type:
System
Int32
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
ISelectorController
TViewModel
Get(String, Int32)
See Also
Reference
CampaignConversionItemController Class
Get Overload
CMS.WebAnalytics.Web.UI Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com