Table of Contents

Class CheckCloneWebPageAclPermissionsCommandArguments

Namespace
Kentico.Xperience.Admin.Websites.UIPages
Assembly
Kentico.Xperience.Admin.Websites.dll

Command arguments used for checking whether the user has permissions to clone a web page.

public sealed class CheckCloneWebPageAclPermissionsCommandArguments
Inheritance
object
CheckCloneWebPageAclPermissionsCommandArguments
Extension Methods

Properties

TargetParentWebPageItemId

Identifier of the web page under which the clone should be created.

public int TargetParentWebPageItemId { get; set; }

Property Value

int

WebPageItemId

Identifier of the web page to clone.

public int WebPageItemId { get; set; }

Property Value

int