MediaUploadOptions Structure
Define how media files are uploaded.

C# Syntax

public struct MediaUploadOptions : System.ValueType 
Inheritance Hierarchy

System.Object
   System.ValueType
      HP.LFT.SDK.Mobile.MediaUploadOptions

Public Properties
 NameDescription
Public PropertySaveToPicturesFolderDefine if uploaded file is saved to the device's Pictures folder.  
Top