Click or drag to resize

LocalFileSystemToAttributes Method (SyncEntryAttributes)

Converts to attributes.

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

Parameters

attributes
Type: ShellBoost.Core.SynchronizationSyncEntryAttributes
The attributes.

Return Value

Type: FileAttributes
A combination of attributes.
See Also