SelectMediaActionParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |