Share via


SelectMediaActionParameters Class

Definition

SharePoint parameters for a select media action.

public class SelectMediaActionParameters
type SelectMediaActionParameters = class
Public Class SelectMediaActionParameters
Inheritance
SelectMediaActionParameters

Constructors

SelectMediaActionParameters()

Initializes a new instance of the SelectMediaActionParameters class.

Properties

AllowMultipleCapture

Gets or sets a value indicating whether the allow multiple capture property is enabled of type Boolean.

MaxSizePerFile

Gets or Sets the max size per file selected of type Int32.

MediaType

Gets or Sets type of media to be selected of type SelectMediaActionParameters.MediaTypeOption.

SupportedFileFormats

Gets or Sets the supported file formats of select media action of type String.

Applies to