Show / Hide Table of Contents

Class FileSystemSettings

Settings for the file system module.

Inheritance
System.Object
FileSystemSettings
Namespace: Phoenix.DeviceStorage
Assembly: Phoenix.Plugin.DeviceStorage.dll
Syntax
[Serializable]
public class FileSystemSettings : SettingsCategoryBase

Constructors

View Source

FileSystemSettings()

Initializes a new instance of the FileSystemSettings class.

Declaration
public FileSystemSettings()

Properties

View Source

FileSystemCopySizeLimit

Gets or sets the copy size limit in megabytes.

Declaration
public long FileSystemCopySizeLimit { get; set; }
Property Value
Type Description
System.Int64
  • View Source
In This Article
Back to top Generated by DocFX