[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.C1TaskbarButton.CheckFileAssociations

CheckFileAssociations Method

CheckFileAssociations(params string[])

Checks whether the given file extensions are associated with current application.

Declaration
public bool CheckFileAssociations(params string[] extensions)
Parameters
Type Name Description
string[] extensions

The file extensions to check, such as ".txt".

Returns
Type Description
bool

Returns True if there is a registered file association for each of the given extensions.