PyContentBatchMigrationCompletedHookBase
class PyContentBatchMigrationCompletedHookBase
Bases: Generic
[TContent
]
Generic base class for content batch completion hooks.
__init__()
Methods
__init__ () |
|
---|---|
execute (ctx) |
Executes a hook callback. |
execute(ctx)
Executes a hook callback.
Args: : ctx: The input context from the migration engine or previous hook.
Returns: : The context, potentially modified to pass on to the next hook or migration engine, or None to continue passing the input context.
- Parameters: ctx (PyContentBatchMigrationResult *[*TContent ])
- Return type: PyContentBatchMigrationResult[TContent]