DragCopyMoveGuiCommandBase<T>.

WithSourceFiles(string[]) Method

Summary

Adds all the values to the SourceFiles collection property and returns this command instance.

Syntax

public T WithSourceFiles(params string[] values)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
values string[] An array of values to add to the SourceFiles collection property.

Return Value

Type Description
T This command instance.