public virtual void RemoveArticleReference( ArticleReference artRef )
public: virtual void RemoveArticleReference( ArticleReference^ artRef )
Parameters
| Parameter Name | Description |
|---|---|
| artRef | The articlereference to remove |
public virtual void RemoveArticleReference( ArticleReference artRef )
public: virtual void RemoveArticleReference( ArticleReference^ artRef )
| Parameter Name | Description |
|---|---|
| artRef | The articlereference to remove |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when artRef is null. |
| DataModelException | Thrown when the object in the articlereference is not this Project |