Click or drag to resize

IPublishLog Properties


The IPublishLog type exposes the following members.

Properties
  Name Description
Public property Archived Gets/sets the archived value of this entity
(Inherited from IEntity)
Public property AvgAssetPublishMillis Gets/sets the average time it took each asset to publish in milliseconds.
Public property AvgAssetPublishSeconds Gets/sets the average time it took each asset to publish in seconds.
Public property AvgPagePublishMillis Gets/sets the average time it took each page to publish in milliseconds.
Public property AvgPagePublishSeconds Gets/sets the average time it took each page to publish in seconds.
Public property Created Gets the entity's creation date.
(Inherited from IEntity)
Public property CreationUser Gets the ID of the User who created this entity.
(Inherited from IEntity)
Public property ErrorFileEntries Gets/sets a collection of entries for files that errored during the publish.
Public property ErrorPageEntries Gets/sets a collection of entries for pages that errored during the publish.
Public property FailedItemsCount The total number of failed files.
Public property ForcedIncremental Gets/sets if this was a forced incremental publish.
Public property Incremental Gets/sets if this was an incremental publish.
Public property LastModified Gets the date when the entity was most recently modified.
(Inherited from IEntity)
Public property LastModifiedUser Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity)
Public property Manager Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager)
Public property NumberOfThreads Gets/sets the number of processes that were active on the machine during the publish.
Public property PostProcessingEntries A wrapper for information about post-published content.
Public property PublishedContentEntries Obsolete.

This property is left solely for migration purpose Do not use this property to populate pub log entries.

A collection of published content IDs.

Public property PublishedPageEntries Obsolete.

This property deprecated, here solely to account for old logs. Do not use this property to populate pub log entries.

A collection of published page IDs.

Public property PublishingLogEntries A collection of content entries. Includes a list of entries for content that successfully published as well as a list of entries for content that failed to publish.
Public property PublishingTaskId The ID of the publishing task this log is for.
Public property PubTargetID Gets/sets the ID of the corresponding .
Public property PubTargetName Gets/sets the name of the corresponding .
Public property ReplicationsToPerform Gets/sets the number of replications to perform after the publish.
Public property Session Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity)
Public property SessionId Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity)
Public property StartTime Gets/sets the start time of the publishing task.
Public property StoppingError Gets/sets if there was an error causing the publish to terminate.
Public property StoppingErrorEntry Gets/sets the entry explaining the error that terminated the publish.
Public property SubmitTime Gets/sets the submit time of the publishing task.
Public property SubmitUser Gets/sets the ID of the CMS user who created the publishing task.
Public property SubmitUserName Gets/sets the name of the CMS user who created the publishing task.
Public property TotalAdditionalFilesGenerated Gets/sets the total count of new content added after the publish.
Public property TotalAssetLoadSeconds Gets/sets the amount of time it took to load all the assets for the publish into a dictionary in seconds.
Public property TotalAssetSerializeSeconds Gets/sets the amount of time it took to serialize all the assets for the publish in seconds.
Public property TotalAssetsPublished Gets/sets the total number of assets that were published.
Public property TotalItemsPostProcessed Gets/sets the total count of published content manipulated after the publish.
Public property TotalPageLoadSeconds Gets/sets the amount of time it took to load all the pages for the publish into a dictionary in seconds.
Public property TotalPageSerializeSeconds Gets/sets the amount of time it took to serialize all the pages for the publish in seconds.
Public property TotalPagesPublished The total number of pages that were published.
Public property TotalTimeMillis Gets/sets the total time the publish took in milliseconds.
Public property TotalTimeSeconds Gets/sets the total time the publish took in seconds.
Top
See Also