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.2
Syntax
public bool HasAttributes(
	SFGAOF pAttributes
)

Parameters

pAttributes  SFGAOF
The attributes.

Return Value

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