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

Name Description
AttachmentValidatorAttribute()

Properties

Name Description
Configuration
ErrorMessage

Methods

Name Description
IsValidAsync(Attachment, String)
ProvideHelp()

Applies to