WorkflowItemsPresenter.CanPasteItems(List<Object>) Method

Definition

Returns a Boolean that indicates whether the specified objects can be pasted.

public:
 virtual bool CanPasteItems(System::Collections::Generic::List<System::Object ^> ^ itemsToPaste);
public bool CanPasteItems (System.Collections.Generic.List<object> itemsToPaste);
abstract member CanPasteItems : System.Collections.Generic.List<obj> -> bool
override this.CanPasteItems : System.Collections.Generic.List<obj> -> bool
Public Function CanPasteItems (itemsToPaste As List(Of Object)) As Boolean

Parameters

itemsToPaste
List<Object>

The list of objects to be pasted.

Returns

true if the specified list of objects can be pasted; otherwise, false.

Implements

Applies to