Table of Contents

Class SingleUserGroupAttribute

Namespace
Dynamicweb.Content.Items.Annotations
Assembly
Dynamicweb.dll

Provides information about the user group field.

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public sealed class SingleUserGroupAttribute : FieldAttribute
Inheritance
SingleUserGroupAttribute
Inherited Members

Constructors

SingleUserGroupAttribute()

Initializes a new instance of an object.

public SingleUserGroupAttribute()

SingleUserGroupAttribute(string)

Initializes a new instance of an object.

public SingleUserGroupAttribute(string name)

Parameters

name string

User-friendly name of the field.

To top