Click or drag to resize

RestartManagerGetSharingViolationProcesses Method

Gets a list sharing violation processes for a given file path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IReadOnlyList<Process> GetSharingViolationProcesses(
	string filePath,
	Exception error
)

Parameters

filePath
Type: SystemString
The file path.
error
Type: SystemException
The error.

Return Value

Type: IReadOnlyListProcess
A list of processes.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilePath is null.
See Also