CSApplicationSiteList Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets a list of all sites registered in certain installation of Content Studio

Namespace: ContentStudio
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string SiteList()

Return Value

Type: String
XML string

<root>
  <list>
    <cs_site>
      <connectionid>1</connectionid>
      <sitename>TheSite</sitename>
      <version>5.0.1 release</version>
      <webservername>MyServer</webservername>
      <adminurl>"http://mysite.se/cs</adminurl>
    </cs_site>
    <!-- More cs_site elements can follow -->
  </list>
</root>

Remarks

This call returns the old style syntax with elements instead of attributes
See Also

Reference