WssWorkspaceCreatedEventArgs constructor (Guid, String, Guid, Int32, String)
Creates an instance of the WssWorkspaceCreatedEventArgs 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 ( _
wssServerUid As Guid, _
wssWebRelativeUrl As String, _
projectUid As Guid, _
webTemplateLcid As Integer, _
webTemplateName As String _
)
'Usage
Dim wssServerUid As Guid
Dim wssWebRelativeUrl As String
Dim projectUid As Guid
Dim webTemplateLcid As Integer
Dim webTemplateName As String
Dim instance As New WssWorkspaceCreatedEventArgs(wssServerUid, _
wssWebRelativeUrl, projectUid, webTemplateLcid, _
webTemplateName)
public WssWorkspaceCreatedEventArgs(
Guid wssServerUid,
string wssWebRelativeUrl,
Guid projectUid,
int webTemplateLcid,
string webTemplateName
)
Parameters
wssServerUid
Type: System.GuidThe GUID of a server running Sharepoint Server or SharePoint Foundation.
wssWebRelativeUrl
Type: System.StringThe relative URL of a Sharepoint project site.
projectUid
Type: System.GuidThe GUID of the project.
webTemplateLcid
Type: System.Int32The locale identifier of a Sharepoint project site.
webTemplateName
Type: System.StringThe name of a Sharepoint project site.
See also
Reference
WssWorkspaceCreatedEventArgs class
WssWorkspaceCreatedEventArgs members