Click or drag to resize
RESTServiceGetObjects Method (String)
Returns list of objects of given type.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
public Stream GetObjects(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type of the object(s)

Return Value

Type: Stream

Implements

IRESTServiceGetObjects(String)
See Also