Click or drag to resize

ConnectionIsFileIgnored Method

Is this file ignored based on the file specified by p4ignore (if any)

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public bool IsFileIgnored(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: Boolean
See Also