complexType DeleteOrphanedFoldersRequestType
diagram bds_wsdl_diagrams/bds_wsdl_p1302.png
namespace http://document.api.bds.tibco.com
children orphanedDateTime
used by
element DeleteOrphanedFoldersRequest
attributes
Name  Type  Use  Default  Fixed  Annotation
returnFailures  xs:boolean    true    
documentation
If set true, then the response will include details of folders for which deletion failed. (default: true)
annotation
documentation
Request for DeleteOrphanedFolders. 
source <xs:complexType name="DeleteOrphanedFoldersRequestType">
 
<xs:annotation>
   
<xs:documentation>Request for DeleteOrphanedFolders.  </xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="orphanedDateTime" type="xs:dateTime">
     
<xs:annotation>
       
<xs:documentation>Folders relating to owners deleted at or before the specified date/time (i.e the time in which the folder became orphaned) will be deleted.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="returnFailures" type="xs:boolean" default="true">
   
<xs:annotation>
     
<xs:documentation>If set true, then the response will include details of folders for which deletion failed. (default: true)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute DeleteOrphanedFoldersRequestType/@returnFailures
type xs:boolean
properties
default true
annotation
documentation
If set true, then the response will include details of folders for which deletion failed. (default: true)
source <xs:attribute name="returnFailures" type="xs:boolean" default="true">
 
<xs:annotation>
   
<xs:documentation>If set true, then the response will include details of folders for which deletion failed. (default: true)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element DeleteOrphanedFoldersRequestType/orphanedDateTime
diagram bds_wsdl_diagrams/bds_wsdl_p1303.png
type xs:dateTime
properties
content simple
annotation
documentation
Folders relating to owners deleted at or before the specified date/time (i.e the time in which the folder became orphaned) will be deleted.
source <xs:element name="orphanedDateTime" type="xs:dateTime">
 
<xs:annotation>
   
<xs:documentation>Folders relating to owners deleted at or before the specified date/time (i.e the time in which the folder became orphaned) will be deleted.</xs:documentation>
 
</xs:annotation>
</xs:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy