Show / Hide Table of Contents

Class ProjectFileSystemExtensions

Inheritance
System.Object
ProjectFileSystemExtensions
Namespace: Volo.Docs.FileSystem.Projects
Assembly: Volo.Docs.Domain.dll
Syntax
public static class ProjectFileSystemExtensions : object

Methods

GetFileSystemPath(Project)

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

SetFileSystemPath(Project, String)

Declaration
public static void SetFileSystemPath(this Project project, string value)
Parameters
Type Name Description
Project project
System.String value
Back to top Powered by Volosoft