PyContentItemPostPublishContext
class PyContentItemPostPublishContext(content_item_post_publish_context)
Bases: Generic
[TPublish
, TResult
]
Context for ContentItemPostPublishHookBase operations for published content items.
- Parameters: content_item_post_publish_context (ContentItemPostPublishContext [ , ])
__init__(content_item_post_publish_context)
Creates a new PyContentItemPostPublishContext object.
Args: : content_item_post_publish_context: A ContentItemPostPublishContext object.
Returns: None.
- Parameters: content_item_post_publish_context (ContentItemPostPublishContext [ , ])
- Return type: None
Methods
__init__ (content_item_post_publish_context) |
Creates a new PyContentItemPostPublishContext object. |
---|
Attributes
destination_item |
Gets the returned content item after publishing. |
---|---|
manifest_entry |
Gets the manifest entry for the content item. |
published_item |
Gets the content item being published. |
property destination_item : TResult
Gets the returned content item after publishing.
property manifest_entry : PyMigrationManifestEntryEditor
Gets the manifest entry for the content item.
property published_item : TPublish
Gets the content item being published.