WssWorkspaceCreatedEventArgs members
Represents methods and properties in the post-event arguments for the OnWssWorkspaceCreated event handler method.
The WssWorkspaceCreatedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WssWorkspaceCreatedEventArgs() | ||
WssWorkspaceCreatedEventArgs(Guid, String, Guid, Int32, String) | Creates an instance of the WssWorkspaceCreatedEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
ProjectUid | Gets the GUID of the project. | |
WebTemplateLcid | Gets the locale identifier of a Sharepoint project site. | |
WebTemplateName | Gets the name of a Sharepoint project site. | |
WssServerUid | Gets the GUID of a server running Sharepoint Server or SharePoint Foundation. | |
WssWebRelativeUrl | Gets the relative URL of a Sharepoint project site. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top