http://www.FatTail.com/api
DropDeleteResult Complex Type
http://www.FatTail.com/api : DropDeleteResult Complex Type
Description
Result information for the drop delete operation.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
DropDeleteResult Extension of AdBookConnectEntity Complex Type
Result information for the drop delete operation.
Sequence
DropID optional xs:long
System ID for the drop being deleted.
Fault optional DataAccessFault Complex Type
Error information if an exception was encountered during the delete operation.
Sequence
FaultMessges optional ArrayOfstring Complex Type
Collection of exception messages.
Sequence
string 0..∞ xs:string
FaultObjectType optional DataAccessFaultObjectType Simple Type
Indicates the type of object that the fault is associated with.
FaultOperationType optional DataAccessFaultOperationType Simple Type
Indicates the type of operation that was requested when the fault occurred.
Success optional xs:boolean
True if the delete operation was successfule.  False if an exception was encountered.
Used By
DropDeleteResult Element
DropDeleteResult Element
Source
<xs:complexType name="DropDeleteResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q316="http://www.FatTail.com/api" base="q316:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="DropID" type="xs:long" />
        <xs:element minOccurs="0" name="Fault" nillable="true" type="q316:DataAccessFault" />
        <xs:element minOccurs="0" name="Success" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api