Difference between revisions of "DeleteSocialFeed"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 27: Line 27:
...
...
</syntaxhighlight>
</syntaxhighlight>
<noinclude>
[[Category:Java API | deleteSocialFeed]]
</noinclude>

Revision as of 01:39, 3 December 2011

Delete a feed.

Syntax
Result result = Functions.deleteSocialFeed(String feedId);
Parameters
objectName
The object name or identifier
fields
A comma-separated list of names of the fields to retrieve
criteria
A filter expression that specifies records to select.
params
An optional Parameters object that contains additional parameters:
  • param - ...
Returns
Result object

--or--

An integer containing ...
A string containing ...
Throws
Exception
Example
This example ....
...