JAMS Developer Guide
Load(Security,AccessObject,Server) Method


MVPSI.JAMS Namespace > Security Class > Load Method : Load(Security,AccessObject,Server) Method
Security ACL.
The type to load.
The JAMS Server to load from.
Load the general Security ACL of the specified type from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef security As Security, _
   ByVal type As AccessObject, _
   ByVal js As Server _
) 
'Usage
 
Dim security As Security
Dim type As AccessObject
Dim js As Server
 
Security.Load(security, type, js)
public static void Load( 
   out Security security,
   AccessObject type,
   Server js
)

Parameters

security
Security ACL.
type
The type 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

Security Class
Security Members
Overload List