Click or drag to resize

PlaceholderItemSetInSync Method

IT Hit User File System
Marks the placeholder file as in sync or not in sync.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public void SetInSync(
	bool inSync,
	CancellationToken cancellationToken = null
)

Parameters

inSync
Type: SystemBoolean
Pass true to mark a placeholder file or folder as in sync. Pass false otherwise.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.
See Also