Table of Contents

Class ImageMetadataTagValue

Namespace
Dynamicweb.Imaging
Assembly
Dynamicweb.Core.dll

Represents a value of a given metadata tag

public class ImageMetadataTagValue
Inheritance
ImageMetadataTagValue
Inherited Members

Constructors

ImageMetadataTagValue(string, string, string)

Creates an instance of ImageMetadataTagValue

public ImageMetadataTagValue(string name, string value, string groupName)

Parameters

name string

System name of the metadata tag

value string

The value

groupName string

Name of the metadata tag group

Properties

GroupName

Gets the group name

public string GroupName { get; }

Property Value

string

Name

Gets the name

public string Name { get; }

Property Value

string

Value

Gets the value

public string Value { get; }

Property Value

string
To top