JAMS 6.x Help
Check Method (IFolderSQL)


Check a Folder.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function Check( _
   ByRef folderID As System.Integer, _
   ByVal folderName As System.String, _
   ByVal access As FolderAccess _
) As ValidationLog
'Usage
 
Dim instance As IFolderSQL
Dim folderID As System.Integer
Dim folderName As System.String
Dim access As FolderAccess
Dim value As ValidationLog
 
value = instance.Check(folderID, folderName, access)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
ValidationLog Check( 
   ref System.int folderID,
   System.string folderName,
   FolderAccess access
)

Parameters

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

IFolderSQL Interface
IFolderSQL Members