Click or drag to resize
IUserClipboardProviderStore Method
Stores the given user clipboard data of a specific site.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
void Store(
	string data
)

Parameters

data
Type: SystemString
Clipboard data.
See Also