JAMS Developer Guide
Load Method (IFolderATWCF)


MVPSI.JAMS Namespace > IFolderATWCF Interface : Load Method
The ID to load
The version to load
Loads a Folder with a specific version Version
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function Load( _
   ByVal folderID As System.Integer, _
   ByVal version As System.Integer _
) As System.Threading.Tasks.Task(Of Folder)
'Usage
 
Dim instance As IFolderATWCF
Dim folderID As System.Integer
Dim version As System.Integer
Dim value As System.Threading.Tasks.Task(Of Folder)
 
value = instance.Load(folderID, version)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
System.Threading.Tasks.Task<Folder> Load( 
   System.int folderID,
   System.int version
)

Parameters

folderID
The ID to load
version
The version to load
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

IFolderATWCF Interface
IFolderATWCF Members