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 protected bool RemoveColumn(
string canonicalName
)
Parameters
- canonicalName
- Type: SystemString
The canonical name.
Return Value
Type:
Booleantrue if the column was removed,
false otherwise.
Exceptions See Also