Click or drag to resize

LocalFileSystemToAttributes Method (FileAttributes)

Converts to attributes.

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

Parameters

attributes
Type: System.IOFileAttributes
The attributes.

Return Value

Type: SyncEntryAttributes
A combination of attributes.
See Also