Table of Contents

Class SingleUserAttribute

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

Provides information about the user field.

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

Constructors

SingleUserAttribute()

Initializes a new instance of an object.

public SingleUserAttribute()

SingleUserAttribute(string)

Initializes a new instance of an object.

public SingleUserAttribute(string name)

Parameters

name string

User-friendly name of the field.

To top