Table of Contents

Class MediaAttribute

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

Provides information about the media field.

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

Constructors

MediaAttribute()

Initializes a new instance of an object.

public MediaAttribute()

MediaAttribute(string)

Initializes a new instance of an object.

public MediaAttribute(string name)

Parameters

name string
To top