Table of Contents

Class BindUploadedFilesAttribute

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

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

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

Remarks

Annotated property must be of IUploadedFilesCollection type.