Click or drag to resize

UserAndGroupTypeAllowedParents Property

Namespace:  Dynamicweb.Security.UserManagement.UserTypes
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
[XmlArrayItemAttribute(ElementName = "Parent", Type = typeof(string))]
[XmlArrayAttribute]
public List<string> AllowedParents { get; set; }

Property Value

Type: ListString
See Also