Windward Engine API Reference
undeleteAsync(String[]) Method
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > SforceService Class > undeleteAsync Method : undeleteAsync(String[]) Method




ids

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Sub undeleteAsync( _
   ByVal ids() As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As SforceService
Dim ids() As String
 
instance.undeleteAsync(ids)
C# 
public void undeleteAsync( 
   string[] ids
)
Managed Extensions for C++ 
public: void undeleteAsync( 
   string*[]* ids
) 
C++/CLI 
public:
void undeleteAsync( 
   array<String^>^ ids
) 

Parameters

ids

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.