Class CheckSecurityMismatchCommandResult
Check security settings collision.
public sealed class CheckSecurityMismatchCommandResult : WebPageCommandResultBase
- Inheritance
-
objectCheckSecurityMismatchCommandResult
- Inherited Members
- Extension Methods
Properties
CheckedWebPageItemId
Checked web page item ID.
public int CheckedWebPageItemId { get; set; }
Property Value
- int
SecurityCollisionConfirmationDialog
Represents an confirmation dialog displayed after the page is moved in case of security settings collision.
public ConfirmationDialog SecurityCollisionConfirmationDialog { get; set; }
Property Value
Remarks
After the page is moved under the new parent, in case of security settings mismatch, the confirmation dialog is displayed providing options whether the flag indicating if page is secured should be inherited from the parent or the moved page and its children should keep its own security settings.
SecuritySettingsCollision
Flag representing whether security settings of the target page are in collision with the page being currently moved or any of its children.
public bool SecuritySettingsCollision { get; set; }
Property Value
- bool