AttachmentValidatorAttribute Class

Definition

Abstract base class used for attachment validation.

[System.AttributeUsage(System.AttributeTargets.Field, AllowMultiple=true)]
public abstract class AttachmentValidatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field, AllowMultiple=true)>]
type AttachmentValidatorAttribute = class
    inherit Attribute
Public MustInherit Class AttachmentValidatorAttribute
Inherits Attribute
Inheritance
AttachmentValidatorAttribute
Derived
Attributes

Constructors

AttachmentValidatorAttribute()

Properties

Configuration
ErrorMessage

Methods

IsValidAsync(Attachment, String)
ProvideHelp()

Applies to