Click or drag to resize

LocalFileSystemToAttributes Method (SyncEntryAttributes)

Converts to attributes.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual FileAttributes ToAttributes(
	SyncEntryAttributes attributes
)

Parameters

attributes
Type: callback.ShellBoost.Core.SynchronizationSyncEntryAttributes
The attributes.

Return Value

Type: FileAttributes
A combination of attributes.
See Also