Click or drag to resize

LocalFileSystemGetFileAttributes Method

Gets the file attributes from a sync entry.

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

Parameters

entry
Type: ShellBoost.Core.SynchronizationStateSyncEntry
The entry.

Return Value

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