WebObjectLinkType enumeration
Office 2013 and later
Specifies the type of link between web objects in an ObjectLinkProviderDataSet object.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
| Member name | Description | |
|---|---|---|
| NoLink | Value=0. No link type. | |
| General | Value=1. General link type. | |
| Affected | Value=2. Link type where there is an effect on the project or task. | |
| Action | Value=3. Link type for an action. | |
| Impact | Value=4. Link type where there is an impact on the project or task. | |
| Trigger | Value=5. Link type for a trigger. | |
| Mitigation | Value=6. Link type where the linked Web object mitigates the project or task. | |
| Contingency | Value=7. Link type for a contingency. | |
| DocGeneral | Value=8. Link type for a general document. | |
| TaskIsDoc | Value=9. Link type between a task and a document. |
For a code example that uses the WebObjectLinkType enumeration, see CreateWebObjectLinks.
Note |
|---|
The WebSvcObjectLinkProvider namespace also includes the WebObjectLinkType type. |
Show:
Note