Checks the case-sensitivity of the Perforce server.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public bool IsServerCaseSensitive()

Return Value

True when the connected server is case-sensitive.

Remarks

This must be called after connecting to the server.

See Also