Click or drag to resize
RESTServiceGetChildren Method
Returns list of child objects of given type.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
public Stream GetChildren(
	string objectType,
	string id,
	string childObjectType
)

Parameters

objectType
Type: SystemString
Object type of the object
id
Type: SystemString
ID of the object
childObjectType
Type: SystemString
Object type of children

Return Value

Type: Stream

Implements

IRESTServiceGetChildren(String, String, String)
See Also