Discuss this help topic in SecureBlackbox Forum

TElOneDriveComments Constructor

TElOneDriveComments     See also     


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


Creates a new instance of TElOneDriveComments.

Declaration

[C#]
    TElOneDriveComments(TElOneDriveDataStorageObject AOwner);

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

[Pascal]
    constructor Create(AOwner: TElOneDriveDataStorageObject);

[C++]
    not available

[PHP]
    not available

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

Parameters

  • AOwner - the object that owns these comments.

Description

    Call this method to create a new TElOneDriveComments object.

See also:     Owner    

Discuss this help topic in SecureBlackbox Forum