Click or drag to resize
UserClipboardProvider Class
Represents a clipboard provider for a specific user and site.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcUserClipboardProvider

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class UserClipboardProvider : IUserClipboardProvider

The UserClipboardProvider type exposes the following members.

Constructors
  NameDescription
Public methodUserClipboardProvider
Creates a new instance of UserClipboardProvider.
Top
Methods
  NameDescription
Public methodGet
Gets the user clipboard data of a specific site.
Public methodStore
Stores the given user clipboard data of a specific site.
Top
See Also