Click or drag to resize

Options Constructor (GetFileHistoryCmdFlags, Int32, Int32)

Initializes a new instance of the Options class

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

Parameters

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