Class NetworkShare
Inheritance
System.Object
NetworkShare
Namespace: MediaBrowser.Model.Net
Assembly: MediaBrowser.Model.dll
Syntax
public class NetworkShare
Properties
Name
Share name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Path
Local path
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remark
Comment
Declaration
public string Remark { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Server
The name of the computer that this share belongs to
Declaration
public string Server { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShareType
Share type
Declaration
public NetworkShareType ShareType { get; set; }
Property Value
Type | Description |
---|---|
NetworkShareType |