WssWorkspaceAddressUpdatingEventArgs Constructor
Creates an instance of the WssWorkspaceAddressUpdatingEventArgs class.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
projectUid As Guid, _
newWebName As String, _
newWSSServerUID As Guid _
)
'Usage
Dim projectUid As Guid
Dim newWebName As String
Dim newWSSServerUID As Guid
Dim instance As New WssWorkspaceAddressUpdatingEventArgs(projectUid, _
newWebName, newWSSServerUID)
public WssWorkspaceAddressUpdatingEventArgs(
Guid projectUid,
string newWebName,
Guid newWSSServerUID
)
Parameters
- projectUid
Type: System.Guid
The GUID of the project.
- newWebName
Type: System.String
The new name of the project site.
- newWSSServerUID
Type: System.Guid
The GUID of the new instance of the Sharepoint site for the project.
See Also
Reference
WssWorkspaceAddressUpdatingEventArgs Class