Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.