Exemplo n.º 1
0
 /// <summary>
 /// This method is invoked after a Publishing Task was completed
 /// </summary>
 /// <param name="pubTarget">The Publishing Target that submitted the publish task</param>
 /// <param name="fullPublish">Whether it was a full or incremental publish</param>
 /// <param name="pagesToPublish">Collection of information on Pages that was published</param>
 /// <param name="session">The session that must be used to perform tasks on additional objects</param>
 /// <remarks>When this action is invoked, none of the object involved were saved to Content Store yet.</remarks>
 public void OnPublishComplete(IPublishingTarget pubTarget, bool fullPublish, IEnumerable <PagePublishInfo> pagesToPublish, Exception publishError, IUserWriteSession session)
 {
 }
		/// <summary>
		/// This method is invoked after a Publishing Task was completed
		/// </summary>
		/// <param name="pubTarget">The Publishing Target that submitted the publish task</param>
		/// <param name="fullPublish">Whether it was a full or incremental publish</param>
		/// <param name="pagesToPublish">Collection of information on Pages that was published</param>
		/// <param name="session">The session that must be used to perform tasks on additional objects</param>
		/// <remarks>When this action is invoked, none of the object involved were saved to Content Store yet.</remarks>
		public void OnPublishComplete(IPublishingTarget pubTarget, bool fullPublish, IEnumerable<PagePublishInfo> pagesToPublish, Exception publishError, IUserWriteSession session)
		{

		}
Exemplo n.º 3
0
 /// <summary>
 /// This method is invoked before a Publishing Task is submitted
 /// </summary>
 /// <param name="pubTarget">The Publishing Target that will submit the publish task</param>
 /// <param name="fullPublish">Whether it will be a full or incremental publish</param>
 /// <param name="pagesToPublish">Collection of information on Pages to be published</param>
 /// <param name="session">The session that must be used to perform tasks on additional objects</param>
 /// <remarks>When this action is invoked, none of the object involved were saved to Content Store yet.</remarks>
 public void OnBeforePublish(IPublishingTarget pubTarget, bool fullPublish, IEnumerable <PagePublishInfo> pagesToPublish, IUserWriteSession session)
 {
 }
		/// <summary>
		/// This method is invoked before a Publishing Task is submitted
		/// </summary>
		/// <param name="pubTarget">The Publishing Target that will submit the publish task</param>
		/// <param name="fullPublish">Whether it will be a full or incremental publish</param>
		/// <param name="pagesToPublish">Collection of information on Pages to be published</param>
		/// <param name="session">The session that must be used to perform tasks on additional objects</param>
		/// <remarks>When this action is invoked, none of the object involved were saved to Content Store yet.</remarks>
		public void OnBeforePublish(IPublishingTarget pubTarget, bool fullPublish, IEnumerable<PagePublishInfo> pagesToPublish, IUserWriteSession session)
		{

		}