Show / Hide Table of Contents

Class ProjectFileSystemExtensions

Inheritance
object
ProjectFileSystemExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Docs.FileSystem.Projects
Assembly: Volo.Docs.Domain.dll
Syntax
public static class ProjectFileSystemExtensions

Methods

GetFileSystemPath(Project)

Declaration
public static string GetFileSystemPath(this Project project)
Parameters
Type Name Description
Project project
Returns
Type Description
string

SetFileSystemPath(Project, string)

Declaration
public static void SetFileSystemPath(this Project project, string value)
Parameters
Type Name Description
Project project
string value
In this article
Back to top Powered by ABP.IO Platform