JAMS 6.x Help
Check Method (Folder)


Check to see if a Folder is valid and the caller has the access desired.
Syntax
'Declaration
 
Public Shared Sub Check( _
   ByRef folderID As System.Integer, _
   ByVal folderName As System.String, _
   ByVal access As FolderAccess, _
   ByVal js As Server _
) 
'Usage
 
Dim folderID As System.Integer
Dim folderName As System.String
Dim access As FolderAccess
Dim js As Server
 
Folder.Check(folderID, folderName, access, js)
public static void Check( 
   ref System.int folderID,
   System.string folderName,
   FolderAccess access,
   Server js
)

Parameters

folderID
folderName
access
js
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

Send Feedback