[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.C1TaskbarButton.UnregisterFileAssociations

UnregisterFileAssociations Method

UnregisterFileAssociations(params string[])

Unregisters file associations for the application.

Declaration
public void UnregisterFileAssociations(params string[] extensions)
Parameters
Type Name Description
string[] extensions

The extensions to unregister.

UnregisterFileAssociations(bool, params string[])

Unregisters file associations for the application.

Declaration
public void UnregisterFileAssociations(bool forCurrentUser, params string[] extensions)
Parameters
Type Name Description
bool forCurrentUser

Specifies whether the file associations should be unregistered from HKEY_CURRENT_USER, not from HKEY_CLASSES_ROOT.

string[] extensions

The extensions to unregister.