Click or drag to resize

MultiPointSynchronizerGetFileOpenShare Method

Gets FileShare to use when opening a file. The default value is FileShare.ReadWrite.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual FileShare GetFileOpenShare(
	EndPointSynchronizer endPointSynchronizer,
	SyncJobChange change,
	string path,
	FileMode mode,
	FileAccess acces
)

Parameters

endPointSynchronizer
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizer
The endpoint synchronizer.
change
Type: callback.ShellBoost.Core.SynchronizationSyncJobChange
The change.
path
Type: SystemString
The file path.
mode
Type: System.IOFileMode
The file mode.
acces
Type: System.IOFileAccess
The file acces.

Return Value

Type: FileShare
A file share value.
See Also