Click or drag to resize
UserClipboardProviderStore 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#
public void Store(
	string data
)

Parameters

data
Type: SystemString
Clipboard data.

Implements

IUserClipboardProviderStore(String)
See Also