Discuss this help topic in SecureBlackbox Forum

TElOneDriveComments.Assign

TElOneDriveComments     See also     


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


Copies comments from another list.

Declaration

[C#]
    void Assign(TElOneDriveComments Source);

[VB.NET]
    Sub Assign(ByVal Source As TElOneDriveComments)

[Pascal]
    procedure Assign(Source: TElOneDriveComments);

[C++]
    void Assign(TElOneDriveComments &Source);
    void Assign(TElOneDriveComments *Source);

[PHP]
    void Assign(TElOneDriveComments $Source)

[Java]
    void assign(TElOneDriveComments Source);

Parameters

  • Source - the list from which the comments should be copied.

Description

    Call this method to delete all items from this list, and copy all comments from another list.

See also:     Clear    

Discuss this help topic in SecureBlackbox Forum