Table of Contents

Class BindUploadedFileAttribute

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Use this attribute to annotate property of command parameter classes where the uploaded file should be bound.

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class BindUploadedFileAttribute : Attribute
Inheritance
object
Attribute
BindUploadedFileAttribute
Extension Methods

Remarks

Annotated property must be of IUploadedFile type. The declaring type must declare at most one property decorated with this attribute or BindUploadedFilesAttribute

Constructors

BindUploadedFileAttribute()

public BindUploadedFileAttribute()