feedCountfeedCount
Count the number of elements in a feed
Home > Books > Discovered Documentation > Discovered Documentation > PiNKY Library > feedCount

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:pinkypipes:mod:pinky

The feedCount accessor is exported by the urn:org:pinkypipes:mod:pinky module. Import this module to gain access to the accessor.

Syntax

URI
active:feedCount

ArgumentRulesDescription
feedMandatory A feed resource

Example Usage

DPML

<instr>
  <type>feedCount</type>
  <feed>somefeed.xml</feed>
  <target>this:response</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:feedCount");
req.addArgument("feed", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

The feedCount accessor counts the number of items in a feed.

For more details see the PiNKY guide.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.