Interface IMediaMount
Inherited Members
System.IDisposable.Dispose()
Namespace: MediaBrowser.Model.IO
Assembly: MediaBrowser.Model.dll
Syntax
public interface IMediaMount : IDisposable
Properties
FileSystem
Declaration
IFileSystem FileSystem { get; }
Property Value
Type | Description |
---|---|
IFileSystem |
MountedContainer
Declaration
string MountedContainer { get; }
Property Value
Type | Description |
---|---|
System.String |
MountedPathInfo
Declaration
FileSystemMetadata MountedPathInfo { get; }
Property Value
Type | Description |
---|---|
FileSystemMetadata |
MountedProtocol
Declaration
MediaProtocol MountedProtocol { get; }
Property Value
Type | Description |
---|---|
MediaProtocol |