Click or drag to resize
RESTService.GetSiteList Method
Exposes the list of all sites.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 12.0.0
Syntax
C#
public AtomPub10ServiceDocumentFormatter GetSiteList(
	string objectType
)

Parameters

objectType
Type: System.String
Object type

Return Value

Type: AtomPub10ServiceDocumentFormatter

Implements

IRESTService.GetSiteList(String)
See Also