JAMS Developer Guide
Load(Folder,String,Int32,Server) Method


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

Parameters

folder
Folder definition.
folderName
The Name of the Folder to load.
folderID
The ID of the Folder to load.
js
The JAMS Server to load from.
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