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

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public bool IsFileIgnored(
	string path
)
Visual Basic
Public Function IsFileIgnored ( _
	path As String _
) As Boolean
Visual C++
public:
bool IsFileIgnored(
	String^ path
)

Parameters

path
Type: System..::..String

Return Value

See Also