Click or drag to resize

JobToStrings Method (Job)

Convert an array of Jobs to a list of JobIds to be passed as parameters to a command

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public static string[] ToStrings(
	Job[] list
)

Parameters

list
Type: Perforce.P4Job

Return Value

Type: String
See Also