ShellFolderRemoveColumn Method (String) |
Removes a column using the related property's canonical name.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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