Click or drag to resize

GetFileHistoryCmdOptions Constructor

Filelog command options

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public GetFileHistoryCmdOptions(
	GetFileHistoryCmdFlags flags,
	int changeList,
	int maxRevs
)

Parameters

flags
Type: Perforce.P4GetFileHistoryCmdFlags
changeList
Type: SystemInt32
maxRevs
Type: SystemInt32
See Also