Click or drag to resize

FileSystemEntrySetAttributesById Method

Sets an entry attributes using its 128-bit identifier.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static FileAttributes SetAttributesById(
	string volumeGuid,
	Guid id,
	FileAttributes attributes,
	bool throwOnError = true
)

Parameters

volumeGuid
Type: SystemString
The volume Guid.
id
Type: SystemGuid
The entry identifier.
attributes
Type: System.IOFileAttributes
Specifies a combination of zero or more FileAttributes flags.
throwOnError (Optional)
Type: SystemBoolean
true to throw errors; otherwise false.

Return Value

Type: FileAttributes
The previous attributes or 0 if an error occured.
See Also