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:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public SFGAO GetAttributesOf(
	IWithIdList idList,
	SFGAO attributes = SFGAO.SFGAO_NONE,
	bool throwOnError = true
)

Parameters

idList
Type: ShellBoost.CoreIWithIdList
The identifier list.
attributes (Optional)
Type: 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