JAMS Developer Guide
Check Method (IFolderWCF)


MVPSI.JAMS Namespace > IFolderWCF Interface : Check Method
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( _
   ByVal folderID As System.Integer, _
   ByVal folderName As System.String, _
   ByVal access As FolderAccess _
) As System.Threading.Tasks.Task(Of CheckResult)
'Usage
 
Dim instance As IFolderWCF
Dim folderID As System.Integer
Dim folderName As System.String
Dim access As FolderAccess
Dim value As System.Threading.Tasks.Task(Of CheckResult)
 
value = instance.Check(folderID, folderName, access)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
System.Threading.Tasks.Task<CheckResult> Check( 
   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

IFolderWCF Interface
IFolderWCF Members