Click or drag to resize

GetDepotFilesCmdOptions Constructor

Initializes a new instance of the GetDepotFilesCmdOptions class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public GetDepotFilesCmdOptions(
	GetDepotFilesCmdFlags flags,
	int maxFiles
)

Parameters

flags
Type: Perforce.P4GetDepotFilesCmdFlags
maxFiles
Type: SystemInt32
See Also