Discuss this help topic in SecureBlackbox Forum

TElMultipartFormData.IsMultipart

TElMultipartFormData     See also     


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


Specifies whether the data element is "multipart".

Declaration

[C#]
    bool IsMultipart;

[VB.NET]
    Property IsMultipart As Boolean

[Pascal]
    property IsMultipart : boolean;

[C++]
    bool get_IsMultipart();

[PHP]
    bool get_IsMultipart()

[Java]
    boolean getIsMultipart();

Description

    This property value is True if the element's media type is "multipart", and False otherwise.

See also:     Parse    

Discuss this help topic in SecureBlackbox Forum