Class DeleteWebPageCommandResult
Delete web page result.
public class DeleteWebPageCommandResult : WebPageCommandResultBase
- Inheritance
-
objectDeleteWebPageCommandResult
- Inherited Members
- Extension Methods
Properties
FallbackWebPage
Content language fallback version of the deleted web page that should be displayed in the content tree.
public ContentTreeViewItem FallbackWebPage { get; set; }
Property Value
Remarks
If null, last language variant was deleted and web page should be removed from the content tree.
ItemCount
Represents the number of webpage items in the channel after deletion.
public int? ItemCount { get; set; }
Property Value
- int?
Remarks
This value will be null for web channels without limits.
Items
Validated form items properties.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
WebPageItemId
Web page item identifier of the deleted web page.
public int WebPageItemId { get; set; }
Property Value
- int