genUniqueFeedId method: FeedFactory class
Syntax
genUniqueFeedId(seed)
Description
Use this method to generate an unique feed ID from the specified seed string.
Parameters
| Parameter | Description |
|---|---|
|
seed |
Specifies the seed as a string. |
Returns
A feed ID as a string.
Example
import PTFP_FEED:FeedFactory;
Local PTFP_FEED:FeedFactory &thisFeedFactory = create PTFP_FEED:FeedFactory();
Local string &id = &thisFeedFactory.genUniqueFeedId("feed_ID");