gets an article by out of the ArticleList by the id
[Visual Basic] Public Function getArticleByARid( _ ByVal Int32 As Int32 _ ) As article [C#] public article getArticleByARid( int Int32 ); [C++] public: article* getArticleByARid( int Int32 ); [JScript] public function getArticleByARid( int Int32 ): article;
an article
if the article ist not found in the fragment the function returns nothing
fragment Class | ppm3dakClient Namespace