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