The data set for use by a command

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

Syntax

C#
public void SetDataSet(
	uint cmdId,
	string value
)
Visual Basic
Public Sub SetDataSet ( _
	cmdId As UInteger, _
	value As String _
)
Visual C++
public:
void SetDataSet(
	unsigned int cmdId, 
	String^ value
)

Parameters

cmdId
Type: System..::..UInt32
value
Type: System..::..String

Remarks

If a command requires data not passed on the command line, such as a client spec, it is passed to the P$ server by setting the data set in the P4 api.

See Also