Click or drag to resize
RESTServiceGetCurrentSiteObjects Method
Returns objects of given type from current site.

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

Parameters

objectType
Type: SystemString
Object type of the object

Return Value

Type: Stream

Implements

IRESTServiceGetCurrentSiteObjects(String)
See Also