ArcFM Engine Developer Guide
GetShellFolder Method (MMFolderToolsClass)


Syntax
public virtual string GetShellFolder( 
   mmFolderEnum eFolder,
   bool bCreate
)
'Declaration
 
Public Overridable Function GetShellFolder( _
   ByVal eFolder As mmFolderEnum, _
   Optional ByVal bCreate As Boolean _
) As String
 
'Usage
 
Dim instance As MMFolderToolsClass
Dim eFolder As mmFolderEnum
Dim bCreate As Boolean
Dim value As String
 
value = instance.GetShellFolder(eFolder, bCreate)

Parameters

eFolder
bCreate
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MMFolderToolsClass Class
MMFolderToolsClass Members

 

 


Send Comment