Moduleurn: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
Argument | Rules | Description | feed | Mandatory | A feed resource |
Example UsageDPML<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 |