3dak Client

fragment.getArticleByARid Method 

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;

Parameters

ARid
Article id

Return Value

an article

Remarks

if the article ist not found in the fragment the function returns nothing

See Also

fragment Class | ppm3dakClient Namespace