Enum InheritSecurityOptions
Options of inheriting the security flag from the web page's parent or maintaining current configuration.
public enum InheritSecurityOptions
- Extension Methods
Fields
Inherit = 0
Inherit the security configuration from the new parent web page item.
KeepCurrent = 1
Maintain the current security configuration.