public ArticleReference MoveArticleReference( ArticleReference oSourceAR, IArticleUser oTarget, int nTargetIndex )
public: ArticleReference^ MoveArticleReference( ArticleReference^ oSourceAR, IArticleUser^ oTarget, int nTargetIndex )
Parameters
| Parameter Name | Description |
|---|---|
| oSourceAR | Article reference which defines source object and index |
| oTarget | Target object where ArticleReference will be moved to. |
| nTargetIndex | Target index where ArticleReference will be moved to. |
Return Value
Newly created ArticleReference.