Aurigma Image Uploader 6.5 Dual
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
System..::.Object
L
Aurigma.ImageUploader.AmazonS3..::.MetaProperty
L
Aurigma.ImageUploader.AmazonS3..::.CustomMetaProperty
L
Aurigma.ImageUploader.AmazonS3..::.PredefinedMetaProperty