menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommonFileDetails

    Show / Hide Table of Contents

    Class CommonFileDetails

    Class CommonFileDetails.

    Inheritance
    System.Object
    CommonFileDetails
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CommonFileDetails

    Constructors

    CommonFileDetails()

    Declaration
    public CommonFileDetails()

    Properties

    IsReplace

    Gets or sets a value indicating whether this file is replace.

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

    true if this instance is replace; otherwise, false.

    Name

    Gets or sets the name.

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

    The name.

    Path

    Gets or sets the path.

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

    The path.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved