Discuss this help topic in SecureBlackbox Forum

TElOneDriveComments.Add

TElOneDriveComments     See also     


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


Adds a new item to the list.

Declaration

[C#]
    TElOneDriveComment Add(string Message);

[VB.NET]
    Function Add(ByVal Message As String) As TElOneDriveComment

[Pascal]
    function Add(const Message: string): TElOneDriveComment;

[C++]
    TElOneDriveCommentHandle Add(const std::string &Message);

[PHP]
    TElOneDriveComment Add(string $Message)

[Java]
    TElOneDriveComment add(String Message);

Parameters

  • Message - the text of the new comment.

Return value

    Returns the newly created comment object.

Description

    Use this method to add a new comment to the list. To delete a comment, call its Delete method.

See also:     Items     TElOneDriveComment.Delete    

Discuss this help topic in SecureBlackbox Forum