MachineEnvironmentGetSpecialFolderTypeName Method

Gets the name for the special folder

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public string GetSpecialFolderTypeName(
	SpecialFolderType folder
)

Parameters

folder  SpecialFolderType
Type of special folder

Return Value

String
Name of the special folder, e.g. MyDocuments.

See Also