Indicates that this content view model can be created through a media upload in the back office, optionally providing a custom upload handler.
[AttributeUsage]
public sealed class FileUploadAttribute: IContentTypeAttribute
- Inheritance:
- ObjectAttributeFileUploadAttribute
- Implements:
- IContentTypeAttribute
Constructors
FileUploadAttribute() |
Properties
FileUploadHandlerType | A handler type that will be called after content has been created through media upload to enable post processing. Must implement IFileUploadHandler. |
Methods
Apply(ContentTypeDefinition) |