Click or drag to resize

FileHistory Constructor

Initializes a new instance of the FileHistory class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public FileHistory(
	int revision,
	int changelistid,
	FileAction action,
	DateTime date,
	string username,
	FileType filetype,
	string description,
	string digest,
	long filesize,
	PathSpec depotpath,
	string clientname,
	List<RevisionIntegrationSummary> integrationsummaries
)

Parameters

revision
Type: SystemInt32
changelistid
Type: SystemInt32
action
Type: Perforce.P4FileAction
date
Type: SystemDateTime
username
Type: SystemString
filetype
Type: Perforce.P4FileType
description
Type: SystemString
digest
Type: SystemString
filesize
Type: SystemInt64
depotpath
Type: Perforce.P4PathSpec
clientname
Type: SystemString
integrationsummaries
Type: System.Collections.GenericListRevisionIntegrationSummary
See Also