ProjectPostPublishEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the post-event arguments for the OnPublished event handler method.
The ProjectPostPublishEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectPostPublishEventArgs | Creates an instance of the ProjectPostPublishEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
FullPublish | Gets a Boolean value that indicates whether to remove any previous data saved for this project in the Published database, before publishing the project again. | |
JobGuid | Gets the GUID of a specific job in the job queue. | |
ProjectGuid | Gets the GUID of the project. | |
ProjectName | Gets the name of the project. | |
WssUrl | Gets the URL of the SharePoint site to be created for the project. |
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