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


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

Parameters

sys
Folder definition.
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