SaaS CMS has officially launched! Learn more now.

Interface ICommitter

Namespace: EPiServer.Cms.Shell.Workspace.Committers
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[Obsolete("This interface has been obsoleted and will be removed in the next major release.")]
public interface ICommitter

Properties

HandledType

Declaration
Type HandledType { get; }
Property Value
Type Description
System.Type

Methods

Commit(CommitArguments)

Declaration
CommitResult Commit(CommitArguments argument)
Parameters
Type Name Description
CommitArguments argument
Returns
Type Description
CommitResult

Extension Methods