MachineEnvironmentGetSpecialFolderType Method
Gets the special folder type from the folder's name.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public SpecialFolderType GetSpecialFolderType(
string name
)
public:
SpecialFolderType GetSpecialFolderType(
String^ name
)
- name String
- The special folder name
SpecialFolderTypeThe type of special folder, or None if not found.