Click or drag to resize

P4ServerSetDataSet Method

The data set for use by a command

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public void SetDataSet(
	uint cmdId,
	string value
)

Parameters

cmdId
Type: SystemUInt32
value
Type: SystemString
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