Click or drag to resize

ClientResolveFileDelegate Delegate

Delegate used for detailed Resolve

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public delegate P4ClientMergeMergeStatus ResolveFileDelegate(
	FileResolveRecord resolveRecord,
	ClientAutoResolveDelegate AutoResolve,
	string sourcePath,
	string targetPath,
	string basePath,
	string resultsPath
)

Parameters

resolveRecord
Type: Perforce.P4FileResolveRecord
Instructions for the resolve
AutoResolve
Type: Perforce.P4ClientAutoResolveDelegate
Delegate for AutoResolve
sourcePath
Type: SystemString
source path
targetPath
Type: SystemString
target path
basePath
Type: SystemString
base path
resultsPath
Type: SystemString
results path

Return Value

Type: P4ClientMergeMergeStatus
A MergeStatus enum
See Also