Click or drag to resize
KenticoMediaFilesDialogControllerGetSelectedFiles Method
Gets model for selected values of files.

Namespace: Kentico.Components.Web.Mvc.Dialogs.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ContentResult GetSelectedFiles(
	Guid[] values
)

Parameters

values
Type: SystemGuid
List of selected values.

Return Value

Type: ContentResult
See Also