Class CreateLanguageVariantCreateCommandResult
Command result used as a response for the CreateLanguageVariant's Create(CreateWebPageCreateCommandArguments, CancellationToken) and Publish(CreateWebPageCreateCommandArguments, CancellationToken) command.
public sealed class CreateLanguageVariantCreateCommandResult : CreateWebPageCreateCommandResult
- Inheritance
-
objectCreateLanguageVariantCreateCommandResult
- Inherited Members
- Extension Methods
Properties
WebPageItemReplacementNode
Web page item tree node that will replace the existing one in the tree.
public ContentTreeViewItem WebPageItemReplacementNode { get; set; }