BaseRESTService GetObjectByNameInternal Method (String, String, String)Kentico 8.1 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.1.5347.20411)

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