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 description of this site. 
enabledTypesBeanenabledAssetTypes
          The list of enabled asset types on this site. 
xs:longid
          The id of this site. 
xs:stringname
          Unique name of this site. 
xs:stringpreviewAsset
          The id of the default preview asset for this site, in the format "{assettype}:{assetid}". 
xs:stringpubroot
          The publication root of this site. 
siteUsersBeansiteUsers
          The list of users configured on this site. 
Source
<xs:element name="siteBean">
<xs:complexType>
<xs:complexContent>
<xs:extension base="baseSiteBean"/>
</xs:complexContent>
</xs:complexType>
</xs:element>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.