CaseGuardAddCommandExtensions.

WithoutWindowsFileNameChecks(AddCommand) Method

Summary

Do not check filenames for Windows incompatibilities.

Syntax

public static AddCommand WithoutWindowsFileNameChecks(this AddCommand command)

Parameters

Name Type Description
command AddCommand The AddCommand to modify.

Return Value

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