Table of Contents

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 string

The system name.

UserAndGroupType(string, string)

Initializes new instance of the class.

public UserAndGroupType(string systemName, string name)

Parameters

systemName string

The system name.

name string

The name.

Properties

AllowedParents

Gets or sets the collection of allowed parent's system names.

public List<string> AllowedParents { get; set; }

Property Value

List<string>

Description

Gets or sets the description.

public string Description { get; set; }

Property Value

string

Fields

Gets or sets the collection of the fields.

public List<UserAndGroupField> Fields { get; set; }

Property Value

List<UserAndGroupField>

Icon

Gets or sets the icon.

public KnownIcon Icon { get; set; }

Property Value

KnownIcon

IconColor

Gets or sets the icon color.

public KnownColor IconColor { get; set; }

Property Value

KnownColor

IsGroupTemplate

Gets or sets value indicating that it is a user or a group template.

public bool IsGroupTemplate { get; set; }

Property Value

bool

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

SystemName

Gets or sets the system name.

public string SystemName { get; set; }

Property Value

string
To top