Discuss this help topic in SecureBlackbox Forum

TElWebDAVMultistatusResponse.Responses

TElWebDAVMultistatusResponse     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Declaration

[C#]
    TElXMLDOMNode Responses[int Index];

[VB.NET]
    Property Responses(ByVal Index As Integer) As TElXMLDOMNode

[Pascal]
    property Responses[Index : integer] : TElXMLDOMNode;

[C++]
    TElXMLDOMNode* get_Responses(int32_t Idx);

[PHP]
    TElXMLDOMNode get_Responses(integer $Idx)

[Java]
    not available

Parameters

  • Idx -
  • Index - the index of the desired item in the list, starting from 0.

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum