Click or drag to resize

P4ServerIsIgnored Method

Use the C++ API to determine if a file will be ignored

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public static bool IsIgnored(
	string path
)

Parameters

path
Type: SystemString
The local path of the file

Return Value

Type: Boolean
true if the file will be ignored
See Also