MachineEnvironmentGetSpecialFolderType Method

Gets the special folder type from the folder's name.

Definition

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

Parameters

name  String
The special folder name

Return Value

SpecialFolderType
The type of special folder, or None if not found.

See Also