Partager via


2.2.4.10 t:FindFolderParentType Complex Type

The FindFolderParentType complex type specifies an array of folders and paging information that are returned in the results of a call to the FindFolder operation, as specified in section 3.1.4.1.

 <xs:complexType name="FindFolderParentType">
   <xs:sequence>
     <xs:element name="Folders" type="t:ArrayOfFoldersType" minOccurs="0"/>
   </xs:sequence>
   <xs:attributeGroup
     ref="t:FindResponsePagingAttributes"
    />
 </xs:complexType>
  

The following table lists the child element of the FindFolderParentType complex type.

Element

Type

Description

Folders

t:ArrayOfFoldersType ([MS-OXWSFOLD] section 2.2.4.2)

Specifies the folders in the result set.

The following table lists the attribute group that is defined for the FindFolderParentType complex type.

Attribute group

Description

t:FindResponsePagingAttributes ([MS-OXWSCDATA] section 2.2.8.1)

Specifies zero or more attributes that describe the result set.