The API type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
DeleteObject(String, String)
Invokes asynchronous Salesforce.com delete command to remove an existing salesforce.com object
DisplayObject(String)
Call this method with any Object ID to display the object in Salesforce.com. Note that this method can not be access from a Configuration Dialog.
InsertObject(String, API..::.SFObjectType, Collection<(Of <(Setting>)>))
Invokes asynchronous Salesforce.com save command to insert a new salesforce.com object
Login(App, String, String, String, String)
Call this method to login to Salesforce.com from a RedCritter App
Login(ConfigurationDialog, String, String, String, String)
Call this method to login to Salesforce.com from a Configuration Dialog
Query(String, String)
Invokes asynchronous Salesforce.com SOSQL statement
updateObject(String, API..::.SFObjectType, String, Collection<(Of <(Setting>)>))
Invokes asynchronous Salesforce.com save command to update an existing salesforce.com object

See Also