FileExtensionInfoDefaultIcon Property

Gets the path to the icon resources to use by default for this association.

Positive numbers indicate an index into the dll's resource table, while negative numbers indicate a resource ID.

An example of the syntax for the resource is "C:\myfolder\myfile.dll,-1".

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string DefaultIcon { get; set; }

Property Value

String
A command string associated with a Shell verb.

See Also