Discuss this help topic in SecureBlackbox Forum

TElMultiPartList.Boundary

TElMultiPartList     See also     


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


Contains boundary of the part.

Declaration

[C#]
    string Boundary;

[VB.NET]
    Property Boundary As String

[Pascal]
    property Boundary : TString;

[C++]
    void get_Boundary(sb_u16string &OutResult);
    void get_Boundary(std::wstring &OutResult);
    void set_Boundary(const sb_u16string &Value);
    void set_Boundary(const std::wstring &Value);

[PHP]
    string get_Boundary()
    void set_Boundary(string $Value)

[Java]
    String getBoundary();
    void setBoundary(String Boundary);

Parameters

  • Boundary -

Description

    Use this property to get or set part boundary. This boundary separates enclosed parts. Use GenerateBoundary method to create new one.

See also:     GenerateBoundary    

Discuss this help topic in SecureBlackbox Forum