Discuss this help topic in SecureBlackbox Forum

TElBoxUser.BeginUpdate

TElBoxUser     See also     


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


Initiates user update.

Declaration

[C#]
    void BeginUpdate();

[VB.NET]
    Sub BeginUpdate()

[Pascal]
    procedure BeginUpdate();

[C++]
    void BeginUpdate();

[PHP]
    void BeginUpdate()

[Java]
    void beginUpdate();

Description

    Call this method to initiate user update. Update is used to edit the settings and information about a user. Only enterprise admins can update the user if the Enterprise property is set. To roll the user out of the enterprise, use RemoveFromEnterprise method.

See also:     EndUpdate     Enterprise     RemoveFromEnterprise    

Discuss this help topic in SecureBlackbox Forum