Class ProjectFileSystemExtensions
Inheritance
System.Object
ProjectFileSystemExtensions
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 |
|