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

Documentation
        The bean that represents a complete Content Server site(publication) configuration
      
Properties
This component is not nillable.

Model
<siteBean>
(name, id, description, pubroot?, CSpreview?, previewAsset?, enabledAssetTypes?, siteUsers? )
</siteBean>


Nested Element Summary
xs:stringCSpreview
          The CS preview configuration for this site 
xs:stringdescription
          The site description 
enabledTypesBeanenabledAssetTypes
          The list of enabled asset types for this site 
xs:longid
          The site id in type of Long 
xs:stringname
          The site name 
xs:stringpreviewAsset
          The default preview asset id 
xs:stringpubroot
          The publication root of the site 
siteUsersBeansiteUsers
          The list of users configured for this site 
Source
<xs:element name="siteBean">
<xs:complexType>
<xs:complexContent>
<xs:extension base="baseSiteBean"/>
</xs:complexContent>
</xs:complexType>
</xs:element>


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