Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveComments.Add

TElGoogleDriveComments     See also     


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


Adds a new item to the list.

Declaration

[C#]
    int Add(string Content);

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

[Pascal]
    function Add(const Content: string): integer;

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

[PHP]
    integer Add(string $Content)

[Java]
    int add(String Content);

Parameters

  • Content - the content of the new comment.

Return value

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

Description

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

See also:     Items    

Discuss this help topic in SecureBlackbox Forum