Click or drag to resize

ISyncFileSystemWriteAsync.GetOrCreateEntryAsync Method

Gets or create the entry. This is currently only used to create a temporary entry for content moving. In the temporary case, the input entry has usually no Id property defined, but it's Name property should be set and globally unique.

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

Parameters

context
Type: callback.ShellBoost.Core.Synchronization.SyncContext
A sync context.
entry
Type: callback.ShellBoost.Core.Synchronization.StateSyncEntry
The entry.
options (Optional)
Type: callback.ShellBoost.Core.Synchronization.SyncGetEntryOptions
The options.

Return Value

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