Click or drag to resize

LocalFileSystemGetFileAttributes Method

Gets the file attributes from a sync entry.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static FileAttributes GetFileAttributes(
	StateSyncEntry entry
)

Parameters

entry
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The entry.

Return Value

Type: FileAttributes
The file store attributes or 0.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is null
See Also