SaaS CMS has officially launched! Learn more now.

Class ContentDataCommitter

Inheritance
System.Object
ContentDataCommitter
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.Workspace.Committers.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[Obsolete("This class has been obsoleted and will be removed in the next major release.")]
[ServiceConfiguration(typeof(ICommitter))]
public class ContentDataCommitter : CommitterBase<EditContentData>, ICommitter

Constructors

ContentDataCommitter()

Declaration
public ContentDataCommitter()

Methods

Commit(EditContentData, CommitArguments)

Declaration
public override CommitResult Commit(EditContentData change, CommitArguments argument)
Parameters
Type Name Description
EditContentData change
CommitArguments argument
Returns
Type Description
CommitResult
Overrides
EPiServer.Cms.Shell.Workspace.Committers.CommitterBase<EPiServer.Cms.Shell.Workspace.Models.EditContentData>.Commit(EPiServer.Cms.Shell.Workspace.Models.EditContentData, EPiServer.Cms.Shell.Workspace.Committers.CommitArguments)

Implements

Extension Methods