Click or drag to resize

LocalFileSystem.ToAttributes 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.Synchronization.SyncEntryAttributes
The attributes.

Return Value

Type: FileAttributes
A combination of attributes.
See Also