Click or drag to resize

ItemIdListHasAttributes Method

Determines whether the object represented by this ItemIdList has the specified attributes.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public bool HasAttributes(
	SFGAOF pAttributes
)

Parameters

pAttributes
Type: Jam.ShellSFGAOF
The attributes.

Return Value

Type: Boolean
True if the object has the attributes, false otherwise.
See Also