Click or drag to resize

ISyncFileSystemWriteSetEntryContentAsync Method

Sets the entry content.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
Task SetEntryContentAsync(
	SyncContext context,
	StateSyncEntry entry,
	Stream input,
	SyncSetEntryContentOptions options = null
)

Parameters

context
Type: callback.ShellBoost.Core.SynchronizationSyncContext
A sync context.
entry
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The entry.
input
Type: System.IOStream
The input stream.
options (Optional)
Type: callback.ShellBoost.Core.SynchronizationSyncSetEntryContentOptions
The options.

Return Value

Type: Task
A task that represents the work queued.
See Also