Property Descriptor

Property descriptor is comprised of parameters that specify an object property. Its graphical representation is as follows:

Samples

The following property descriptor specifies FTP quota.

   <property>
      <name>ftp_quota</name>
      <type>int</type>
      <default>-1</default>
      <writable-by>admin</writable-by>
   </property>

 

The following property descriptor specifies PHP support.

   <property>
      <name>php</name>
      <type>boolean</type>
      <default>1</default>
      <writable-by>admin</writable-by>
      <writable-by>client</writable-by>
      <writable-by>domain-admin</writable-by>
   </property>

Next in this section:

Extension of Permissions Descriptor

Extension of Hosting Settings Descriptor

Extension of Limits Descriptor