Table of Contents

Class ImageMetadataTag

Namespace
Dynamicweb.Imaging
Assembly
Dynamicweb.Core.dll

Definition of a metadata tag.

public class ImageMetadataTag
Inheritance
ImageMetadataTag
Inherited Members

Constructors

ImageMetadataTag(string, string, string)

Creates a new instance of ImageMetadataTag

public ImageMetadataTag(string name, string label, string groupName)

Parameters

name string

Name

label string

Display name

groupName string

Group name

Properties

GroupName

Gets the group name

public string GroupName { get; }

Property Value

string

Label

Gets the display name

public string Label { get; }

Property Value

string

Name

Gets the name

public string Name { get; }

Property Value

string
To top