Click or drag to resize
KenticoAttachmentSelectorViewModel Class
View model containing data for attachment selector initialization.
Inheritance Hierarchy
SystemObject
  Kentico.Components.Web.Mvc.Dialogs.InternalKenticoAttachmentSelectorViewModel

Namespace: Kentico.Components.Web.Mvc.Dialogs.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class KenticoAttachmentSelectorViewModel

The KenticoAttachmentSelectorViewModel type exposes the following members.

Constructors
  NameDescription
Public methodKenticoAttachmentSelectorViewModel
Top
Properties
  NameDescription
Public propertyComponentElementName
Dialog's web component element name.
Public propertyGetPageAttachmentsEndpointUrl
End-point URL where the selector obtains page attachments.
Public propertyUploaderAllowedExtensions
Allowed extensions for the uploader.
Public propertyUploaderEndpointUrl
URL where the attachments can be uploaded.
Top
See Also