JAMS Developer Guide
Load(Folder,String) Method


MVPSI.JAMS Namespace > Folder Class > Load Method : Load(Folder,String) Method
Folder definition.
The name of the Folder to load.
Load the Folder with the specified name from the current JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef sys As Folder, _
   ByVal folderName As System.String _
) 
'Usage
 
Dim sys As Folder
Dim folderName As System.String
 
Folder.Load(sys, folderName)
public static void Load( 
   out Folder sys,
   System.string folderName
)

Parameters

sys
Folder definition.
folderName
The name of the Folder to load.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Folder Class
Folder Members
Overload List