Discuss this help topic in SecureBlackbox Forum

TElOneDriveComment Constructor

TElOneDriveComment     


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


Creates a new instance of TElOneDriveComment.

Declaration

[C#]
    TElOneDriveComment(TElOneDriveComments AOwner);

[VB.NET]
    Sub New(ByVal AOwner As TElOneDriveComments)

[Pascal]
    constructor Create(AOwner: TElOneDriveComments);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElOneDriveComment();
    public TElOneDriveComment(TElOneDriveComments AOwner);

Parameters

  • AOwner - the list to which the new comment is appended.

Description

    Call this method to create a new TElOneDriveComment object.

Discuss this help topic in SecureBlackbox Forum