Table of Contents

Class VirtualFilePathManagerExtensions

Namespace
Dynamicweb.Indexing
Assembly
Dynamicweb.Core.dll
public static class VirtualFilePathManagerExtensions
Inheritance
VirtualFilePathManagerExtensions
Inherited Members

Methods

GetRepositoriesPath(VirtualFilePathManager)

Gets the repositories base folder path.

public static string GetRepositoriesPath(this VirtualFilePathManager virtualFilePathManager)

Parameters

virtualFilePathManager VirtualFilePathManager

Returns

string

GetRepositoriesPath(VirtualFilePathManager, string)

Gets the repositories base folder path with a specific subfolder.

public static string GetRepositoriesPath(this VirtualFilePathManager virtualFilePathManager, string path)

Parameters

virtualFilePathManager VirtualFilePathManager
path string

Returns

string

Exceptions

ArgumentNullException

Thrown when virtualFilePathManager is null.

ArgumentException

Thrown when path is null or empty.

GetRepositoriesPath(VirtualFilePathManager, string, string)

Gets the repositories base folder path with a specific subfolder.

public static string GetRepositoriesPath(this VirtualFilePathManager virtualFilePathManager, string path1, string path2)

Parameters

virtualFilePathManager VirtualFilePathManager
path1 string
path2 string

Returns

string

Exceptions

ArgumentNullException

Thrown when virtualFilePathManager is null.

ArgumentException

Thrown when path1 is null or empty.

ArgumentException

Thrown when path2 is null or empty.

To top