Class ProjectFileSystemExtensions
Inherited Members
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 |