Table of Contents

Class ImageMetadataTagGroup

Namespace
Dynamicweb.Imaging
Assembly
Dynamicweb.Core.dll

Definition of a metadata tag group.

public class ImageMetadataTagGroup
Inheritance
ImageMetadataTagGroup
Inherited Members

Constructors

ImageMetadataTagGroup(string)

Creates an instance of ImageMetadataTagGroup

public ImageMetadataTagGroup(string name)

Parameters

name string

Group name

Properties

Name

Gets the name

public string Name { get; }

Property Value

string
To top