Class UserAndGroupType
- Namespace
- Dynamicweb.Security.UserManagement.UserTypes
- Assembly
- Dynamicweb.Core.dll
[Serializable]
public class UserAndGroupType
- Inheritance
-
UserAndGroupType
- Inherited Members
Constructors
UserAndGroupType()
Initializes new instance of the class.
public UserAndGroupType()
UserAndGroupType(string)
Initializes new instance of the class.
public UserAndGroupType(string systemName)
Parameters
systemName
stringThe system name.
UserAndGroupType(string, string)
Initializes new instance of the class.
public UserAndGroupType(string systemName, string name)
Parameters
Properties
AllowedParents
Gets or sets the collection of allowed parent's system names.
public List<string> AllowedParents { get; set; }
Property Value
Description
Gets or sets the description.
public string Description { get; set; }
Property Value
Fields
Gets or sets the collection of the fields.
public List<UserAndGroupField> Fields { get; set; }
Property Value
Icon
Gets or sets the icon.
public KnownIcon Icon { get; set; }
Property Value
IconColor
Gets or sets the icon color.
public KnownColor IconColor { get; set; }
Property Value
IsGroupTemplate
Gets or sets value indicating that it is a user or a group template.
public bool IsGroupTemplate { get; set; }
Property Value
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
SystemName
Gets or sets the system name.
public string SystemName { get; set; }