CaseGuardAddRemoveCommandExtensions.

WithoutWindowsFileNameChecks(AddRemoveCommand) Method

Summary

Do not check filenames for Windows incompatibilities.

Syntax

public static AddRemoveCommand WithoutWindowsFileNameChecks(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.