Table of Contents

Class UserGroupsAttribute

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

Provides information about the user groups field.

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

Constructors

UserGroupsAttribute()

Initializes a new instance of an object.

public UserGroupsAttribute()

UserGroupsAttribute(string)

Initializes a new instance of an object.

public UserGroupsAttribute(string name)

Parameters

name string

User-friendly name of the field.

To top