Discuss this help topic in SecureBlackbox Forum

TElBoxUser.Refresh

TElBoxUser     See also     


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


Refreshes user data.

Declaration

[C#]
    void Refresh(bool RequestSpecialFields);

[VB.NET]
    Sub Refresh(ByVal RequestSpecialFields As Boolean)

[Pascal]
    procedure Refresh(RequestSpecialFields: boolean = false);

[C++]
    void Refresh(bool RequestSpecialFields);

[PHP]
    void Refresh(bool $RequestSpecialFields)

[Java]
    void refresh(boolean RequestSpecialFields);

Parameters

  • RequestSpecialFields - if True, all user fields are requested from the server. If False, only the default fields are requested.

Description

    Call this method to refresh user info from the Box.

See also:     BeginUpdate    

Discuss this help topic in SecureBlackbox Forum