Table of Contents

Class UsersAttribute

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

Provides information about the users field.

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

Constructors

UsersAttribute()

Initializes a new instance of an object.

public UsersAttribute()

UsersAttribute(string)

Initializes a new instance of an object.

public UsersAttribute(string name)

Parameters

name string

User-friendly name of the field.

To top