CaseGuardAddRemoveCommandExtensions.

WithOverrideCaseCollision(AddRemoveCommand) Method

Summary

Add files regardless of possible case-collision problems.

Syntax

public static AddRemoveCommand WithOverrideCaseCollision(this AddRemoveCommand command)

Parameters

Name Type Description
command AddRemoveCommand The AddRemoveCommand to modify.

Return Value

Type Description
AddRemoveCommand The specified AddRemoveCommand command object, for the fluent interface.