Click or drag to resize

CoreShellFolderGetAttributesOf Method (IWithIdList, SFGAO, Boolean)

Gets the attributes of one file or folder object contained in the object represented by this instance.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public SFGAO GetAttributesOf(
	IWithIdList idList,
	SFGAO attributes = SFGAO.SFGAO_NONE,
	bool throwOnError = true
)

Parameters

idList
Type: callback.ShellBoost.CoreIWithIdList
The identifier list.
attributes (Optional)
Type: callback.ShellBoost.Core.WindowsShellSFGAO
The attributes mask.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: SFGAO
The requested attributes for the specified item.
See Also