Class CheckCloneWebPageAclPermissionsCommandArguments
Command arguments used for checking whether the user has permissions to clone a web page.
public sealed class CheckCloneWebPageAclPermissionsCommandArguments
- Inheritance
-
objectCheckCloneWebPageAclPermissionsCommandArguments
- 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