Click or drag to resize
IUserClipboardProvider Interface
The contract for a clipboard provider for a specific user and site.

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

The IUserClipboardProvider type exposes the following members.

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