Clear an updated environment setting Update() is used to set a Local Variable which takes precidence over all others ClearUpdate() removes a Variable from the Local settings allowing the search to follow default priority of Settings.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.2.157.613 (2017.2.157.0613)

Syntax

C#
public static void ClearUpdate(
	string var
)
Visual Basic
Public Shared Sub ClearUpdate ( _
	var As String _
)
Visual C++
public:
static void ClearUpdate(
	String^ var
)

Parameters

var
Type: System..::..String
Name of the variable to clear

See Also