Table of Contents

Class RepositoryActionContext

Namespace
CMS.ContinuousIntegration
Assembly
CMS.ContinuousIntegration.dll

Context for the repository actions.

public sealed class RepositoryActionContext : AbstractActionContext<RepositoryActionContext>, IDataContainer, ISimpleDataContainer, IContext, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, ICloneThreadItem
Inheritance
object
RepositoryActionContext
Implements
Inherited Members
Extension Methods

Properties

CurrentIsRestoreOperationRunning

Indicates whether objects are being restored or not.

public static bool CurrentIsRestoreOperationRunning { get; }

Property Value

bool

IsRestoreOperationRunning

Indicates whether objects are being restored or not.

public bool IsRestoreOperationRunning { set; }

Property Value

bool

Methods

RestoreOriginalValues()

Restores the original values to the context

protected override void RestoreOriginalValues()