Click or drag to resize
RESTServiceGetBindings Method
Returns list of binding objects of given type.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
public Stream GetBindings(
	string objectType,
	string id,
	string bindingObjectType
)

Parameters

objectType
Type: SystemString
Object type of the object
id
Type: SystemString
ID of the object
bindingObjectType
Type: SystemString
Object type of bindings

Return Value

Type: Stream

Implements

IRESTServiceGetBindings(String, String, String)
See Also