ProjectPostPublishEventArgs 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
Public method ProjectPostPublishEventArgs Creates an instance of the ProjectPostPublishEventArgs class; used internally.

Top

Properties

  Name Description
Public property 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.
Public property JobGuid Gets the GUID of a specific job in the job queue.
Public property ProjectGuid Gets the GUID of the project.
Public property ProjectName Gets the name of the project.
Public property WssUrl Gets the URL of the SharePoint site to be created for the project.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ProjectPostPublishEventArgs class

Microsoft.Office.Project.Server.Events namespace