Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveReplies.Add

TElGoogleDriveReplies     See also     


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


Adds a reply to the list.

Declaration

[C#]
    int Add(string Content, TSBGoogleDriveReplyAction Action);

[VB.NET]
    Function Add(ByVal Content As String, ByVal Action As TSBGoogleDriveReplyAction) As Integer

[Pascal]
    function Add(const Content: string; Action: TSBGoogleDriveReplyAction = gdraNoAction): integer;

[C++]
    int32_t Add(const std::string &Content, TSBGoogleDriveReplyAction Action);

[PHP]
    integer Add(string $Content, integer $Action)

[Java]
    int add(String Content, TSBGoogleDriveReplyAction Action);

Parameters

  • Content - the text of the new reply.
  • Action - the action implied by the reply.

TSBGoogleDriveReplyAction values:

Return value

    Returns the index of the newly added reply on success, and -1 on failure.

Description

    Use this method to add a new reply to the list.

See also:     Items    

Discuss this help topic in SecureBlackbox Forum