DataWeb
Search Results for

    Show / Hide Table of Contents

    Class Path

    Provides a set of constants representing common path strings used in the application.

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

    Fields

    Data

    Represents the path to the application's data folder.

    Declaration
    public const string Data = "\\App_Data\\"
    Field Value
    Type Description
    string

    Logs

    Represents the path to the application's log files folder.

    Declaration
    public const string Logs = "\\App_Data\\Logs\\"
    Field Value
    Type Description
    string

    Root

    Represents the root path of the application.

    Declaration
    public const string Root = "\\"
    Field Value
    Type Description
    string

    Thumbnails

    Represents the path to the application's thumbnail images folder.

    Declaration
    public const string Thumbnails = "\\App_Data\\Thumbnails\\"
    Field Value
    Type Description
    string

    Uploads

    Represents the path to the application's uploads folder.

    Declaration
    public const string Uploads = "\\App_Data\\Uploads\\"
    Field Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX