DataWeb
Search Results for

    Show / Hide Table of Contents

    Class FileData

    Represents the data of a file.

    Inheritance
    object
    FileData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Media
    Assembly: DataWeb.Core.dll
    Syntax
    public class FileData

    Properties

    Code

    Gets or sets the code of the file.

    Declaration
    public string Code { get; set; }
    Property Value
    Type Description
    string

    DateModified

    Gets or sets the date when the file was last modified.

    Declaration
    public DateTimeOffset? DateModified { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    Domain

    Gets or sets the domain of the file.

    Declaration
    public string Domain { get; set; }
    Property Value
    Type Description
    string

    Extension

    Gets or sets the extension of the file.

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

    IdMaster

    Gets or sets the unique identifier.

    Declaration
    public string IdMaster { get; set; }
    Property Value
    Type Description
    string

    IsInStorage

    Gets or sets a value indicating whether the file is in the storage.

    Declaration
    public bool IsInStorage { get; set; }
    Property Value
    Type Description
    bool

    Length

    Gets or sets the length of the file.

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

    Name

    Gets or sets the name of the file.

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

    Settings

    Gets or sets the settings of the file.

    Declaration
    public string Settings { get; set; }
    Property Value
    Type Description
    string

    StorageContainer

    Gets or sets the container name of the storage where the file is stored.

    Declaration
    public string StorageContainer { get; set; }
    Property Value
    Type Description
    string

    StorageFileName

    Gets or sets the file name in the storage.

    Declaration
    public string StorageFileName { get; set; }
    Property Value
    Type Description
    string

    StorageName

    Gets or sets the name of the storage where the file is stored.

    Declaration
    public string StorageName { get; set; }
    Property Value
    Type Description
    string

    TagName

    Gets or sets the tag name of the file.

    Declaration
    public string TagName { get; set; }
    Property Value
    Type Description
    string

    Type

    Gets or sets the type of the file.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string

    VersionName

    Gets or sets the version name of the file.

    Declaration
    public string VersionName { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX