PyBulkPostPublishContext
class PyBulkPostPublishContext(bulk_post_publish_context)
Bases: Generic[TPublish]
Context for BulkPostPublishContext operations for published content items.
- Parameters: bulk_post_publish_context (BulkPostPublishContext [ ])
__init__(bulk_post_publish_context)
Creates a new PyBulkPostPublishContext object.
Args: : bulk_post_publish_context: A BulkPostPublishContext object.
Returns: None.
- Parameters: bulk_post_publish_context (BulkPostPublishContext [ ])
- Return type: None
Methods
__init__(bulk_post_publish_context) |
Creates a new PyBulkPostPublishContext object. |
|---|
Attributes
published_items |
Gets the content item being published. |
|---|
property published_items : Sequence[TPublish]
Gets the content item being published.