Discuss this help topic in SecureBlackbox Forum

TElHTTPOAuth2CustomApplicationStorage.Add

TElHTTPOAuth2CustomApplicationStorage     See also     


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


Adds info about an application to the storage.

Declaration

[C#]
    int Add(TElHTTPOAuth2ApplicationInfo Info);

[VB.NET]
    Function Add(ByVal Info As TElHTTPOAuth2ApplicationInfo) As Integer

[Pascal]
    function Add(Info : TElHTTPOAuth2ApplicationInfo) : integer; virtual;

[C++]
    int32_t Add(TElHTTPOAuth2ApplicationInfo &Info);
    int32_t Add(TElHTTPOAuth2ApplicationInfo *Info);

[PHP]
    integer Add(TElHTTPOAuth2ApplicationInfo $Info)

[Java]
    int add(TElHTTPOAuth2ApplicationInfo Info);

Parameters

  • Info - the application info object to be added to the storage.

Return value

Returns the index of the newly added item in the storage on success, and -1 on failure.

Description

Use this method to append info about a new application to the storage.

See also:     Applications     Remove    

Discuss this help topic in SecureBlackbox Forum