This documentation is for the old version. Go to the latest Upload Suite docs

MetaProperty Class

Base class for CustomMetaProperty and PredefinedMetaProperty classes.

Namespace: Aurigma.ImageUploader.AmazonS3
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public MustInherit Class MetaProperty
C#
public abstract class MetaProperty

Remarks

MetaProperty is an abstract class which implements common functionality for CustomMetaProperty and PredefinedMetaProperty classes. You cannot instantiate objects of this class directly.

Inheritance Hierarchy

See Also

Reference