Click or drag to resize

LocalFileSystemSetFileAttributes Method

Sets the file attributes to a sync entry.

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

Parameters

entry
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The entry.
attributes
Type: System.IOFileAttributes
The attributes.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is null
See Also