Interface ICommitter
Namespace: EPiServer.Cms.Shell.Workspace.Committers
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
[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 |