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.3.27213.0
Syntax public void SetInSync(
bool inSync,
CancellationToken cancellationToken = null
)
Public Sub SetInSync (
inSync As Boolean,
Optional cancellationToken As CancellationToken = Nothing
)
public:
void SetInSync(
bool inSync,
CancellationToken cancellationToken = nullptr
)
member SetInSync :
inSync : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken null
*)
-> unit
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