AttachmentValidatorAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |