'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function GetFolderPath( _ ByVal folderId As System.Integer _ ) As System.Threading.Tasks.Task(Of String)
'Usage
Dim instance As IFolderWCF Dim folderId As System.Integer Dim value As System.Threading.Tasks.Task(Of String) value = instance.GetFolderPath(folderId)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.Threading.Tasks.Task<string> GetFolderPath( System.int folderId )
Parameters
- folderId