ObjectLinkProvider members
Deprecated in Project Server 2013. Includes methods for managing web object links for on-premises installations of Project Web App and links to external objects such as list items in on-premises SharePoint sites.
The ObjectLinkProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ObjectLinkProvider | Creates an ObjectLinkProvider object from the ASMX-based ObjectLinkProvider web service. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from WebClientProtocol.) | |
BeginInvoke | (Inherited from SoapHttpClientProtocol.) | |
CancelAsync | (Inherited from HttpWebClientProtocol.) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
CreateWebObjectLinks | Creates links between web objects, based on the object and link definitions. | |
CreateWebObjectLinksByGuid | Creates links between web objects based on the object GUIDs. | |
DeleteProjectWebObjects | Deletes all of the web objects that belong to a specified project and removes the links to those objects. | |
DeleteWebObject | Deletes the specified web object and removes all links to that object. | |
DeleteWebObjectLink | Deletes the link between two specified web objects. | |
Discover | (Inherited from SoapHttpClientProtocol.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
EndInvoke | (Inherited from SoapHttpClientProtocol.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetReaderForMessage | (Inherited from SoapHttpClientProtocol.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
GetWebRequest | (Inherited from SoapHttpClientProtocol.) | |
GetWebResponse(WebRequest) | (Inherited from HttpWebClientProtocol.) | |
GetWebResponse(WebRequest, IAsyncResult) | (Inherited from HttpWebClientProtocol.) | |
GetWriterForMessage | (Inherited from SoapHttpClientProtocol.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Invoke | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback) | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback, Object) | (Inherited from SoapHttpClientProtocol.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ReadLinkedWebObjects | Gets the link information for a specified Web object. | |
ReadObjectByDescription | Gets the Web object specified by the object description. | |
ReadObjectLinkType | Gets the link type between two specified Web objects. | |
ReadOrCreateWebObjects | Reads or creates Web objects that correspond to each WebObjectsRow in the ObjectLinkProviderDataSet. | |
ReadProjectLinkedWebObjects | Gets a filtered list of linked Web objects for the specified project. | |
ReadProjectWebObject | Gets linked Web objects for the specified project. | |
ReadSharePointItemLinkedWebObjects | Gets a filtered list of linked SharePoint Web objects. | |
ReadSharePointWebObject | Gets the linked Web objects for a specified list in Microsoft® Windows SharePoint® Services. | |
ReadTaskLinkedWebObjects | Gets a list of the linked Web objects for a specified task, filtered by object type. | |
ReadTaskWebObject | Gets all of the linked Web objects for a specified task. | |
ReadWebObject | Gets the data for a specified Web object. | |
ToString | (Inherited from Component.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top