Class DevicesOptions
Inheritance
System.Object
DevicesOptions
Namespace: MediaBrowser.Model.Devices
Assembly: MediaBrowser.Model.dll
Syntax
public class DevicesOptions
Properties
CameraUploadPath
Declaration
public string CameraUploadPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnableCameraUploadSubfolders
Declaration
public bool EnableCameraUploadSubfolders { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnabledCameraUploadDevices
Declaration
public string[] EnabledCameraUploadDevices { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |