Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandler.GetDescription

TElMessagePartHandler     See also     


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


Returns short description of the class corresponding to the implemented standard.

Declaration

[C#]
    static string GetDescription();

[VB.NET]
    Shared Function GetDescription() As String

[Pascal]
    class function GetDescription: TString;

[C++]
    static void GetDescription(sb_u16string &OutResult);
    static void GetDescription(std::wstring &OutResult);

[PHP]
    string GetDescription()

[Java]
    static String getDescription(TElMessagePartHandler> this);

Parameters

Return value

    String value.

Description

    You can use this method for viewing all currently registered handler classes. For this purpose you can use RegisteredMessagePartHandlers global variable - storage of global TElMessagePartHandler handler classes. For more information see TElRegisteredMessagePartHandlers class.

See also:     GetPartHandlerDescription    

Discuss this help topic in SecureBlackbox Forum