Perforce API for the .Net CLR P4.Net

P4Callback.ResolveFile�Method�

Executed when a 'resolve' command seeks input on how to resolve a file.

[Visual�Basic]
Overridable�Public�Function�ResolveFile( _
���ByVal mergeData�As�MergeData�_
)�As�MergeAction
[C#]
public�virtual�MergeAction�ResolveFile(
���MergeDatamergeData
);

Parameters

mergeData
The merge data containing information on the files to resolve.

Return Value

Merge action for the file.

Remarks

mergeData is disposed after ResolveFile completes. Do not persist a reference to the mergeData object.

See Also

P4Callback Class | P4API Namespace