http://www.fatwire.com/schema/rest/1.0
element sitesBean

Documentation
        The bean that contains a list of sites information in Content Server
      
Properties
This component is not nillable.

Model
<sitesBean>
(total, startindex, count, site* )
</sitesBean>


Nested Element Summary
xs:integercount
          The count of assets in the list 
sitesite
          The list of sites 
xs:integerstartindex
          The start index of the list of the total assets list 
xs:integertotal
          The total number of assets would be returned 
Source
<xs:element name="sitesBean">
<xs:complexType>
<xs:sequence>
<xs:element name="total" type="xs:integer">
</xs:element>
<xs:element name="startindex" type="xs:integer">
</xs:element>
<xs:element name="count" type="xs:integer">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="site" type="site">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.