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

    Show / Hide Table of Contents

    Class FileSystemMetadata

    Inheritance
    System.Object
    FileSystemMetadata
    Namespace: MediaBrowser.Model.IO
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class FileSystemMetadata

    Properties

    CreationTimeUtc

    Gets or sets the creation time UTC.

    Declaration
    public DateTimeOffset CreationTimeUtc { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    The creation time UTC.

    DirectoryName

    Gets or sets the name of the directory.

    Declaration
    public string DirectoryName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the directory.

    Exists

    Gets or sets a value indicating whether this FileSystemMetadata is exists.

    Declaration
    public bool Exists { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if exists; otherwise, false.

    Extension

    Gets or sets the extension.

    Declaration
    public string Extension { get; set; }
    Property Value
    Type Description
    System.String

    The extension.

    FullName

    Gets or sets the full name.

    Declaration
    public string FullName { get; set; }
    Property Value
    Type Description
    System.String

    The full name.

    IsDirectory

    Gets a value indicating whether this instance is directory.

    Declaration
    public bool IsDirectory { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is directory; otherwise, false.

    LastWriteTimeUtc

    Gets or sets the last write time UTC.

    Declaration
    public DateTimeOffset LastWriteTimeUtc { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    The last write time UTC.

    Length

    Gets or sets the length.

    Declaration
    public long Length { get; set; }
    Property Value
    Type Description
    System.Int64

    The length.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    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.