http://www.FatTail.com/api
PackageComponentDropDeleteResult Complex Type
http://www.FatTail.com/api : PackageComponentDropDeleteResult Complex Type
Description
Result information from a package component drop delete operation.
Namespace http://www.FatTail.com/api
Base Type
Extension of DropDeleteResult Complex Type
Overview
PackageComponentDropDeleteResult Extension of DropDeleteResult Complex Type
Result information from a package component drop delete operation.
Sequence
DropID optional xs:long
System ID of the component 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 successful.  False if an exception was encountered during the delete operation.
Used By
PackageComponentDropDeleteResult Element
PackageComponentDropDeleteResult Element
Source
<xs:complexType name="PackageComponentDropDeleteResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q649="http://www.FatTail.com/api" base="q649:DropDeleteResult">
      <xs:sequence />
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api