This topic has not yet been rated - Rate this topic

ObjectLinkProvider.DeleteWebObject method

Deletes the specified web object and removes all links to that object.

Namespace:  WebSvcObjectLinkProvider
Assembly:  ProjectServerServices (in ProjectServerServices.dll)
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/ObjectLinkProvider/DeleteWebObject", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/ObjectLinkProvider/",  _
	ResponseNamespace := "http://schemas.microsoft.com/office/project/server/webservices/ObjectLinkProvider/",  _
	Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub DeleteWebObject ( _
	webObjectUid As Guid _
)
Dim instance As ObjectLinkProvider
Dim webObjectUid As Guid

instance.DeleteWebObject(webObjectUid)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/ObjectLinkProvider/DeleteWebObject", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/ObjectLinkProvider/", 
	ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/ObjectLinkProvider/", 
	Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void DeleteWebObject(
	Guid webObjectUid
)

Parameters

webObjectUid
Type: System.Guid
Contains the web object GUID.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.