Click or drag to resize

ShellBrowserBaseHasAttributes Method

Checks if the given attributes apply to the current objects.

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

Parameters

pAttributes
Type: Jam.ShellSFGAOF
A set of one or more attributes from the SFGAOF enumeration.

Return Value

Type: Boolean
true, if all the given attributes apply to the current object, false therwise
See Also