BaseRESTService GetObjectByNameInternal Method (String, String, String)Kentico 8.0 API Reference
Returns object of given type with specified name from specified site.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

objectType
Type: OnlineSystem String
Object type of the object
siteName
Type: OnlineSystem String
Name of the site (if nothing is specified, global objects are returned)
name
Type: OnlineSystem String
Code name of the object

Return Value

Type: GeneralizedInfo
See Also