Click or drag to resize

ShellFolderRemoveColumn Method (String)

Removes a column using the related property's canonical name.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected bool RemoveColumn(
	string canonicalName
)

Parameters

canonicalName
Type: SystemString
The canonical name.

Return Value

Type: Boolean
true if the column was removed, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptioncanonicalName is null.
See Also