Table of Contents

Class StandardField

Namespace
Dynamicweb.Security.UserManagement.Common.StandardFields
Assembly
Dynamicweb.Core.dll

Represents a standard field defined by the system (read-only).

public sealed class StandardField
Inheritance
StandardField
Inherited Members

Properties

Name

public string Name { get; }

Property Value

string

SystemName

public string SystemName { get; }

Property Value

string

Methods

GetStandardField(string)

public static StandardField? GetStandardField(string systemName)

Parameters

systemName string

Returns

StandardField

GetStandardFields()

public static ICollection<StandardField> GetStandardFields()

Returns

ICollection<StandardField>
To top