3.2.5.10.2.1 GetFolderChildren
This element specifies input values for the GetFolderChildren operation.
-
<xs:element name="GetFolderChildren"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="folderRequest" nillable="true" xmlns:q5="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupUtil.WcfContracts" type="q5:FolderRequest" /> <xs:element minOccurs="0" name="index" type="xs:int" /> </xs:sequence> </xs:complexType> </xs:element>
folderRequest: A FolderRequest (section 2.2.4.2.16) complex type that contains the data needed for getting folder children.
index: An integer that contains the index of the request.