Collapse All
Expand All
C#
P4.Net -- Managed API for Perforce
P4Connection
.
.
::
.
IsServerCaseSensitive Method
P4Connection Class
See Also
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
P4Connection Class
P4API Namespace