IUserClipboardProviderStore Method |
Stores the given user clipboard data of a specific site.
Namespace: Kentico.PageBuilder.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax void Store(
string data
)
Parameters
- data
- Type: SystemString
Clipboard data.
See Also