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