Click or drag to resize

CoreShellFolderGetAttributesOf Method (IEnumerableIWithIdList, SFGAO, Boolean)

Gets the attributes of one or more file or folder objects 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(
	IEnumerable<IWithIdList> idLists,
	SFGAO attributes = SFGAO.SFGAO_NONE,
	bool throwOnError = true
)

Parameters

idLists
Type: System.Collections.GenericIEnumerableIWithIdList
The lisf of identifier lists.
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 that are common to all of the specified items.
See Also