2.2.4.13 t:ManagedFolderInformationType

The ManagedFolderInformationType complex type contains information about a managed custom folder.

 <xs:complexType name="ManagedFolderInformationType">
   <xs:sequence>
     <xs:element name="CanDelete"
       type="xs:boolean"
       minOccurs="0"
      />
     <xs:element name="CanRenameOrMove"
       type="xs:boolean"
       minOccurs="0"
      />
     <xs:element name="MustDisplayComment"
       type="xs:boolean"
       minOccurs="0"
      />
     <xs:element name="HasQuota"
       type="xs:boolean"
       minOccurs="0"
      />
     <xs:element name="IsManagedFoldersRoot"
       type="xs:boolean"
       minOccurs="0"
      />
     <xs:element name="ManagedFolderId"
       type="xs:string"
       minOccurs="0"
      />
     <xs:element name="Comment"
       type="xs:string"
       minOccurs="0"
      />
     <xs:element name="StorageQuota"
       type="xs:int"
       minOccurs="0"
      />
     <xs:element name="FolderSize"
       type="xs:int"
       minOccurs="0"
      />
     <xs:element name="HomePage"
       type="xs:string"
       minOccurs="0"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the ManagedFolderInformationType complex type.

Element name

Type

Description

CanDelete

xs:boolean ([XMLSCHEMA2])

A value that indicates whether a managed folder can be deleted by a client. A value of "true" indicates that the managed folder can be deleted. This element can be present.<7>

CanRenameOrMove

xs:boolean

A value that indicates whether a managed folder can be renamed or moved by a client. A value of "true" indicates that the managed folder can be renamed or moved. This element can be present.<8>

MustDisplayComment

xs:boolean

A value that indicates whether the managed folder comment is to be displayed. A value of "true" indicates that the client MUST display the managed folder comment. This element can be present.

HasQuota

xs:boolean

A value that indicates whether a managed folder has a quota. A value of "true" indicates that the StorageQuota property was serialized into the SOAP response. This element can be present.

IsManagedFoldersRoot

xs:boolean

A value that indicates whether the managed folder is the root managed folder. A value of "true" indicates that the managed is the root managed folder. This element can be present.

ManagedFolderId

xs:string ([XMLSCHEMA2])

The unique identifier of a managed folder. This element can be present.

Comment

xs:string

A comment that is associated with a managed folder. This element can be present.

StorageQuota

xs:int ([XMLSCHEMA2])

The storage quota for a managed folder.  This element can be present.

FolderSize

xs:int

A value that describes the total size of all the contents of a managed folder. This element can be present.

HomePage

xs:string

The URL that is the default home page for the managed folder. This element can be present.