Namespace: Cartella.SalesForce
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public DeleteResult[] delete( string[] ids ) |
Visual Basic |
---|
Public Function delete ( _ ids As String() _ ) As DeleteResult() |
Visual C++ |
---|
public: array<DeleteResult^>^ delete( array<String^>^ ids ) |
Parameters
- ids
- Type: array<System..::..String>[]()[][]